Fix the critical bug of service thread.
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 19 Apr 2013 16:59:02 +0000 (01:59 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Sat, 20 Apr 2013 06:45:56 +0000 (15:45 +0900)
commit2fb2b4e7dfc696517f06d0bf29b3b6397b46ba5a
treea71d2584039aa26b9801bce39c1d4b5f8c09dc88
parent9d8f05eb17534169707c56e560127da882529b3d
Fix the critical bug of service thread.

There is a problem while managing the 3 threads.
About "tcb" object management.

So this patch will merge the service thread & server thread.
So there is only two big thread is exists.

One for the socket data pumping thread, and the other is service
for new connection and packet opertaion.

Change-Id: Id4061ca2a0844cdcfc3859a60a46ea8e67ca715c
include/service_common.h
include/shortcut_service.h
include/util.h
src/event.c
src/service_common.c
src/shortcut_service.c