Prepare a server socket of an application 67/176467/4
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 19 Apr 2018 10:45:32 +0000 (19:45 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Fri, 20 Apr 2018 01:02:49 +0000 (10:02 +0900)
commit0f4adc399c9796a7acd5d3dbab3ed9002b199563
tree122c596c4021fd0963412a016ecfd8298a02d999
parent9da0534f737fb003325bc7562dcf8e62ba5b3cc5
Prepare a server socket of an application

Before executing an application, the child process creates an
aul socket of the application for communication. And then, the
application uses the socket.

Requires:
 - https://review.tizen.org/gerrit/#/c/176470/
 - https://review.tizen.org/gerrit/#/c/176471/

Change-Id: I082608844f8b7fae5bd04aa9c6df3064b429273c
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
inc/launchpad_common.h
src/launchpad.c
src/launchpad_common.c
src/launchpad_lib.c