diff options
author | Sung-hun Kim <sfoon.kim@samsung.com> | 2022-08-23 16:20:48 +0900 |
---|---|---|
committer | Chanwoo Choi <cw00.choi@samsung.com> | 2022-08-23 08:59:38 +0000 |
commit | b6f77db77405b88a3a5f86cb9e852b97d12b5fc9 (patch) | |
tree | 4ceb8aa6184e032c28e7db9f0b035aa10356292f | |
parent | 23fff93c549cd1ad95d82e7db08c54d1d364e83d (diff) | |
download | pass-b6f77db77405b88a3a5f86cb9e852b97d12b5fc9.tar.gz pass-b6f77db77405b88a3a5f86cb9e852b97d12b5fc9.tar.bz2 pass-b6f77db77405b88a3a5f86cb9e852b97d12b5fc9.zip |
monitor: Add a missing request namesubmit/tizen/20220823.090210accepted/tizen/unified/20220824.042352
Change-Id: I9016d95e8dd2391fc9a6bd2f35fd6b2ef1798c54
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
-rw-r--r-- | include/monitor/request.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/monitor/request.h b/include/monitor/request.h index f33640b..1be6279 100644 --- a/include/monitor/request.h +++ b/include/monitor/request.h @@ -71,6 +71,7 @@ static const char request_name[][128] = { "REQUEST_GET_VALUE_ARRAY", "REQUEST_GET_RESOURCE_TS", "REQUEST_GET_RESOURCE_LIST_JSON", + "REQUEST_IS_RESOURCE_ATTR_SET", "REQUEST_MAX", }; |