monitor: Restructure request server 79/279979/3
authorDongwoo Lee <dwoo08.lee@samsung.com>
Thu, 18 Aug 2022 11:09:54 +0000 (20:09 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Mon, 22 Aug 2022 09:58:47 +0000 (18:58 +0900)
commitc7f7b84cf86cefc36cde68379dd042b03e4d187f
treef3148cf3822dda42f4e038c1338c23bd02329b47
parent5f56fe2eddb0625b622ee6ba4cd1b96ae183c211
monitor: Restructure request server

In order to make all initialization about resource monitor handled
in monitor module, convert request-server and request-handler from
the distinguish module to a part of monitor module.

Change-Id: I820147add2b44c40fb0ce1d8e9223c708037adc1
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
CMakeLists.txt
include/monitor/monitor.h
include/monitor/request.h [moved from include/util/request.h with 100% similarity]
include/util/request-handler.h [deleted file]
lib/resource-monitor/resource-monitor.c
src/monitor/monitor.c
src/monitor/request-handler.c
src/monitor/request-server.c [deleted file]