Send the pause/resume state to the slave after it is activated.
authorSung-jae Park <nicesj.park@samsung.com>
Fri, 10 Apr 2015 14:27:58 +0000 (23:27 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Fri, 10 Apr 2015 14:32:02 +0000 (23:32 +0900)
commit6340a2844325492f3c3edacdf3b5af612b8c2f3d
tree7f3564c5400aa8502c8a3da97a47f48f69e684db
parentf24b130fe6606e4b159376360928d84734e6dfd2
Send the pause/resume state to the slave after it is activated.

For the watch widget,
When the master gets prepare_sync or hello_sync, if it has valid IPC handle,
notify the client's pause/resume state to the provider.
If the hello_sync comes first than prepare_sync, the provider will gets instance create event first.

[model] Redwood,Kiran,B3(Wearable)
[binary_type] AP
[customer] Docomo/Orange/ATT/Open
[issue#] N/A
[problem]
[cause]
[solution]
[team] HomeTF
[request]
[horizontal_expansion]

Change-Id: I4b777ef370bb79c61ab981474c7078810d19937e
include/instance.h
include/slave_life.h
src/instance.c
src/server.c
src/slave_life.c