monitor: rename the member of request_client 40/272140/1
authorSung-hun Kim <sfoon.kim@samsung.com>
Thu, 10 Mar 2022 05:52:55 +0000 (14:52 +0900)
committerSung-hun Kim <sfoon.kim@samsung.com>
Thu, 10 Mar 2022 05:52:55 +0000 (14:52 +0900)
commitad24f810bd0f559d2034bdd0d54bcaa185ac7ebf
tree5d2ba66202f611410b1c838d64b74adb54d8896e
parent42de2718bc68aca959608c82f03733317ab64719
monitor: rename the member of request_client

Previously, client->id is used as a socket descriptor.
It can be a confused situation for future readers. So,
rename it to client->socket_fd to reveal the intention
of the member variable.

Change-Id: I3512da878b412f3b8aa5821c70de254bf5cd64bb
Signed-off-by: Sung-hun Kim <sfoon.kim@samsung.com>
include/util/request-handler.h
src/monitor/request-handler.c