Update the terminating sequence.
authorSung-jae Park <nicesj.park@samsung.com>
Thu, 13 Jun 2013 00:27:46 +0000 (09:27 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Thu, 13 Jun 2013 01:17:06 +0000 (10:17 +0900)
commit2c2e2201c3691934d69ff4fbf7094295359d10d8
tree78c5a9484f904318d57eef4bbaaa0a9acec65ce4
parentdca2732e61f1fa9b781b754b77fa07fcd830a263
Update the terminating sequence.

[model] Tizen
[binary_type] AP
[customer] Tizen Developer
[issue#] N/A
[problem] Hangs while terminating thread base com-core.
[cause] When the socket descriptor is used in a thread via "select", main thread should not close it.
[solution] Use the event-pipe to escape from select.
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: Ied7a8eccb4fc7ccb1ea180c1c79bed73d800087e
include/debug.h
include/util.h
packaging/libcom-core.spec
src/com-core.c
src/com-core_packet-router.c
src/com-core_thread.c
src/secure_socket.c