Use global mutex variable on __send_result() 61/300061/6
authorChanggyu Choi <changyu.choi@samsung.com>
Mon, 16 Oct 2023 08:30:38 +0000 (17:30 +0900)
committerChanggyu Choi <changyu.choi@samsung.com>
Mon, 16 Oct 2023 08:55:08 +0000 (17:55 +0900)
commit397ee064445937474ed21c9767e5d2e673e901fc
tree4992e62461efc48a9a9c14fe8c549ee9b65b7839
parentf52d77285b4f25d684122a75391eb55564321f32
Use global mutex variable on __send_result()

The socket io of aul+ require mutex because read and write can occur at the same time.
This patch uses the global mutex instead of the previously removed channel mutex.

Change-Id: I7189dc4567c2a0150e40877b67f42baf62719b4a
Signed-off-by: Changgyu Choi <changyu.choi@samsung.com>
src/aul_launch.c