Apply type converstions 82/277282/2
authorHwankyu Jhun <h.jhun@samsung.com>
Mon, 4 Jul 2022 10:10:30 +0000 (19:10 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Mon, 4 Jul 2022 10:15:04 +0000 (19:15 +0900)
commitfa72a5a868c941ec5237183bd6d7a5bf0d7f98bd
tree4ab753acc45b317437105c1c94b08a621c623ae7
parentc3e3665f899d1e73faabd3731d530b0983fcfa52
Apply type converstions

The dest_process parameter of resource_register_cpu_inheritance_destination() and
resource_unregister_cpu_inheritance_destination() was char* type.
This patch adds forced type conversions to convert to char* type.

Change-Id: I2dfa722e3a1397e19e483e0e3d5950c3758599ff
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/src/launchpad.c