From: Sung-hun Kim Date: Tue, 23 Aug 2022 07:20:48 +0000 (+0900) Subject: monitor: Add a missing request name X-Git-Tag: accepted/tizen/unified/20220824.042352^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6f77db77405b88a3a5f86cb9e852b97d12b5fc9;p=platform%2Fcore%2Fsystem%2Fpass.git monitor: Add a missing request name Change-Id: I9016d95e8dd2391fc9a6bd2f35fd6b2ef1798c54 Signed-off-by: Sung-hun Kim --- 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", };