diff --git a/qos_auth/auth_ctl/qos_ctrl.h b/qos_auth/auth_ctl/qos_ctrl.h index 3ca02053b2f91945363371d617000652e33be319..9096833ea887e462946214704a3b35a4b15962d1 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 2216b361931602896ad31ca1362e7c9a073a047a..070ce4d7363922e8a01c3282974b522c5163b4e0 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