Add the pid to the environment 29/112729/4
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 2 Feb 2017 10:25:28 +0000 (19:25 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 2 Feb 2017 22:55:57 +0000 (07:55 +0900)
commite85b65847a5904ebe3bebd1290b030066b02b5e1
tree4329c5b3db7cf134594156d3c81208919334b497
parentca8232743d649980ab48a713d22f7c91ca21e469
Add the pid to the environment

When the application is launched by the debugger,
the application is a child process of the debugger.
The process group of the appliation is not equal to
the process id of the debugger.
If the process id is not equal to the process pid of
the environment variable, the aul socket API will create
the socket link to recevie the request.

Requires:
 - https://review.tizen.org/gerrit/112668

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