Apply type conversion 54/277254/1
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 4 Jul 2022 07:11:39 +0000 (16:11 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 4 Jul 2022 07:11:39 +0000 (16:11 +0900)
commitf012c82923843b13426d20d4ac26a87b2b3b2aa2
treefd13b3e74bec851c4f23a4195a1f419b3f3f9a05
parent86cb73e3ca19a661dac7aef63334a75fb2be1a41
Apply type conversion

The dest_process parameter of resource_set_cpu_inheritance() and
resource_clear_cpu_inheritance() was char* type.
This patch adds const_cast to apply the type conversion.

Change-Id: I5603435899953e0737f9bbe1c85dce971bc185f4
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/aul_sock.cc