diff options
author | Sung-jae Park <nicesj.park@samsung.com> | 2013-06-04 16:09:03 +0900 |
---|---|---|
committer | Sung-jae Park <nicesj.park@samsung.com> | 2013-06-04 16:26:54 +0900 |
commit | 3d8c2544ca5a011512715bef9c949bab4db9d5ec (patch) | |
tree | 8c31570e8f5fb35b02db2c70c4274c9ebf6e3fb2 /packaging | |
parent | d63b265efab6cbc4b14a507cda98b00079da0926 (diff) | |
download | com-core-3d8c2544ca5a011512715bef9c949bab4db9d5ec.tar.gz com-core-3d8c2544ca5a011512715bef9c949bab4db9d5ec.tar.bz2 com-core-3d8c2544ca5a011512715bef9c949bab4db9d5ec.zip |
Thread termination code is updated.
[model] Redwood
[binary_type] AP
[customer] Docomo/Orange/Open
[issue#] N/A
[problem] Thread is not terminated. so the process hangs while waiting thread termination.
[cause] If a main thread close the fd, service thread can not detect it.
[solution] Add ctrl-pipe to terminate the service thread. (to wakeup it from select)
[team] HomeTF
[request]
[horizontal_expansion]
Change-Id: I9d253eefa1b5c3206046cfff1f16ae89798a94fa
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/libcom-core.spec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/libcom-core.spec b/packaging/libcom-core.spec index b5d0688..27e633e 100644 --- a/packaging/libcom-core.spec +++ b/packaging/libcom-core.spec @@ -1,6 +1,6 @@ Name: libcom-core Summary: Library for the light-weight IPC -Version: 0.3.15 +Version: 0.4.0 Release: 1 Group: HomeTF/Framework License: Apache License |