Send result while handling the launch request 56/292856/6
authorHwankyu Jhun <h.jhun@samsung.com>
Tue, 16 May 2023 04:01:54 +0000 (04:01 +0000)
committerHwanKyu Jhun <h.jhun@samsung.com>
Tue, 16 May 2023 05:55:12 +0000 (05:55 +0000)
commitb81e3adc4381f9c1709e9b8852c1d4b60422f9ab
tree9a4be2694d1a35139e053c2a1688cbfaf92a1c04
parent165e3a08862a69ccb6c93c312f2cfc8897568386
Send result while handling the launch request

Even if the loader process is not prepared, the launchpad-process-pool
sends the result to the amd. If the initialization of the loader process
is delayed, the caller process cannot get the launched process ID.
To ensure consistency of operation of handling the launch request, the caller
has to get the result from the amd.

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