tethering: create a thread to handle messages.
authorKitae Kim <kt920.kim@samsung.com>
Mon, 4 Aug 2014 08:14:38 +0000 (17:14 +0900)
committerKitae Kim <kt920.kim@samsung.com>
Mon, 4 Aug 2014 08:14:38 +0000 (17:14 +0900)
commit919a4f0c738498b58570cc78dcce82cafd109060
tree98f85427ffe8cd0c5e7686f20a4e6366116296aa
parentc2d13186fcb7edfedf9ed463d408c7b8115e30cb
tethering: create a thread to handle messages.

qemu_set_fd_handler() registers callback functions to main-loop thread.
emulator might be slower or blocked when tethering messages are handled
if tethering module continues to use the handler function.

Change-Id: Idbbc48199a487ae84628e3b901981de51cf63434
Signed-off-by: Kitae Kim <kt920.kim@samsung.com>
tizen/src/tethering/app_tethering.c