From: Daniel Wagner <[email protected]> Hi,
here is an update on this serie. I'm not happy with patch number 3. The rest should be updated according the feedback I got. cheers, daniel Daniel Wagner (14): main: Use signalfd instead of plain signals device: Fix a inbalance of ref/unref of network objects device: Update network pointer in service service: Don't ref/unref network objects network: Remove connman_network_register/unregiser() device: Remove needless call to __connman_network_set_device() ethernet: Take ownership of network objects device: Change signature of connman_device_remove_network() bluetooth: Unref network objects device: Reorder cleanup network: Fix double free in network_destruct() bluetooth: Fix remove device/network wifi: Fix network owner ship ofono: Fix network owner ship include/device.h | 2 +- include/network.h | 3 -- plugins/bluetooth.c | 60 +++++++++++++++++++++++++++++++++++++++++++------- plugins/ethernet.c | 26 ++++++++++++++++------ plugins/ofono.c | 58 ++++++++++++++++++++++++++++++++++++------------ plugins/wifi.c | 55 +++++++++++++++++++++++++++++----------------- src/device.c | 52 +++++++++++++++++++++++++++++++------------ src/main.c | 59 +++++++++++++++++++++++++++++++++++++++++++------ src/network.c | 20 +++------------- src/service.c | 12 ++------- 10 files changed, 244 insertions(+), 103 deletions(-) -- 1.7.5.4 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
