util: request: Use different size of buffer along with request type 15/272915/5
authorDongwoo Lee <dwoo08.lee@samsung.com>
Fri, 25 Mar 2022 02:08:33 +0000 (11:08 +0900)
committerDongwoo Lee <dwoo08.lee@samsung.com>
Tue, 29 Mar 2022 02:43:28 +0000 (11:43 +0900)
commit6105f5a02db6ac9fdb3f7112c5cd569c8dbcde80
tree039e12a7d6ee47d10334e322557dcd1508aa3a7c
parent288adce3ff4b25b58e33bbb66923a0a315335dbe
util: request: Use different size of buffer along with request type

To exchange large size of array, size of response for array request
should be distingushed by others. So, instead of static buffer, nowa
buffer of response is dynamically allocated along with request type.

Change-Id: I845fe444c3736ee2fef8ea99482ede6d48262b3f
Signed-off-by: Dongwoo Lee <dwoo08.lee@samsung.com>
include/util/request-handler.h
include/util/request.h
lib/tmonitor/tmonitor.c
src/monitor/request-handler.c