SLAVE_TTL can be disabled if its interval is 0.0f
authorSung-jae Park <nicesj.park@samsung.com>
Mon, 17 Feb 2014 10:31:50 +0000 (19:31 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Mon, 17 Feb 2014 10:31:50 +0000 (19:31 +0900)
commit50cffd8116cf2c525a2f4bcbb65d496a4bdc30a6
tree440ac32ef75738e64b3008070cf170e47e20cac7
parentde40fb918537acf982ab439d2f3d0258e07bdaa8
SLAVE_TTL can be disabled if its interval is 0.0f

previously, there is no way to disable the TTL timer.
but for some specific cases, TTL timer should be disabled.
This patch will disable the TTL timer if its interval is 0.0f
Only the TTL timer will be enabled if its interval is larger than 0.0f

Change-Id: Ic6b96d265639e9cf29889eaa9127537bfc1cf1b3
packaging/data-provider-master.spec
src/slave_life.c