Use a file descriptor passed by the launchpad 71/176471/3
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 19 Apr 2018 11:03:44 +0000 (20:03 +0900)
committerHwanKyu Jhun <h.jhun@samsung.com>
Fri, 20 Apr 2018 00:19:40 +0000 (00:19 +0000)
commitb7a5312a3b3916e510b41273f27eb38e289b3af8
tree41b2d149321e86294fc0b0baedcc1720b6b2ec4f
parentac8a729194669f526d348714e11286ce25e8df41
Use a file descriptor passed by the launchpad

While calling the aul_initialize(), the application can get
the aul listen socketfd by using getenv(). The launchpad sets the
environment variable about the aul listen socketfd before
executing an application.

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

Change-Id: Ifaaacc9bea9275e2bb25a5d9fc902a0681f5baa6
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
include/aul.h
include/aul_cmd.h
src/launch.c
src/status.c