diff --git a/qos_auth/auth_ctl/qos_ctrl.h b/qos_auth/auth_ctl/qos_ctrl.h index 3ca0205..9096833 100644 --- a/qos_auth/auth_ctl/qos_ctrl.h +++ b/qos_auth/auth_ctl/qos_ctrl.h @@ -22,6 +22,7 @@ struct qos_policy_item { int uclamp_min; int uclamp_max; int rt_sched_priority; + int policy; }; struct qos_policy_map { diff --git a/qos_auth/include/qos_ctrl.h b/qos_auth/include/qos_ctrl.h index 2216b36..070ce4d 100644 --- a/qos_auth/include/qos_ctrl.h +++ b/qos_auth/include/qos_ctrl.h @@ -84,6 +84,7 @@ struct qos_policy_data { int uclamp_min; int uclamp_max; int rt_sched_priority; + int policy; }; #define QOS_FLAG_NICE 0x01