Use the vconf instead of timer for making connection to master.
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 23 Apr 2013 00:02:01 +0000 (09:02 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 23 Apr 2013 00:02:01 +0000 (09:02 +0900)
commitf15210a9a2258a56d72ec5a90ce8ce72c83604e4
treed323a65bfadc798b9abbc3dbb839805fb321d51a
parentc42f27c544d9a16c30638f950e841ac25fcdf851
Use the vconf instead of timer for making connection to 

If the master is not launched or ready to service,
Viewer should try to connect to it.

To try it, previously, we used timer.
So the viewer tries making connection after every N secs.

It can be harm to the system performance.
So this patch will change it to vconf.

So the master will change the vconf value,
Then the viewer notify its changing, and try to connect to it.

Change-Id: I6fa0a1467e223a917afbedf5aeb473ce9654bfd9
CMakeLists.txt
include/conf.h
packaging/liblivebox-viewer.spec
src/client.c