From 5179f2366085ba4e0a6cce305ede948ee5b742c5 Mon Sep 17 00:00:00 2001 From: liuchungang <1397328542@qq.com> Date: Sun, 18 Feb 2024 15:49:41 +0800 Subject: [PATCH] add policy option Signed-off-by: liuchungang <1397328542@qq.com> --- qos_auth/auth_ctl/qos_ctrl.h | 1 + qos_auth/include/qos_ctrl.h | 1 + 2 files changed, 2 insertions(+) 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 -- Gitee