Change zb_enable to async function
authorJiwan Kim <ji-wan.kim@samsung.com>
Tue, 14 Feb 2017 08:35:46 +0000 (17:35 +0900)
committersaerome.kim <saerome.kim@samsung.com>
Thu, 11 May 2017 09:07:20 +0000 (18:07 +0900)
commitbb7c08b7219034bc7ea81a71fdfc9f440e9e737d
treee7a91d29eea96a0b6aef113159d0384d258c1fb3
parent00041c97323b74684cf5379eebc3c721dfe2fce5
Change zb_enable to async function

- 'enable' method is used to execute zigbee daemon on demand.
- Its synchronous operation may cause unexpected gvariant crash,
  change this function to act asynchronously.

Change-Id: I0bf03091ed7327d8127f4a6d4aa56ce51cba8d87
Signed-off-by: Jiwan Kim <ji-wan.kim@samsung.com>
common/zb-common.h
include/zdo/zb-zdo-type.h
include/zigbee.h
lib/zbl-dbus.c
lib/zbl-dbus.h
lib/zbl.c
test/main.c