Instead of using a "GMainLoop" element in the main thread, we now 38/23438/1
authorManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Wed, 25 Jun 2014 14:23:39 +0000 (16:23 +0200)
committerManuel Bachmann <manuel.bachmann@open.eurogiciel.org>
Wed, 25 Jun 2014 14:23:39 +0000 (16:23 +0200)
commite527eb103c2f033168dc0068a1f5521f15cd1383
tree37b64201b379fe7c56e85de7cc79c46eb7349ac9
parent7e3e82b79e27d6e481f3470299257c6d3cc7812e
Instead of using a "GMainLoop" element in the main thread, we now
create a separate thread which will initiate the loop and do the
socket listening logic.

This avoids conflicting with the "GMainLoop" created by Ecore_Evas,
which produces lots of warnings and errors.

Bug-Tizen: TC-21

Change-Id: I453a21df649b256b63c96d4f274122c692aaf2f0
Signed-off-by: Manuel Bachmann <manuel.bachmann@open.eurogiciel.org>
CMakeLists.txt
server/thumb-server.c