From: Daniel Wagner <[email protected]> Hi,
I have dropped patch #5 and added two new ones add the end of the series. They are implementing the idle_state thing according Samuel's suggestion. cheers, daniel Daniel Wagner (18): unit: Use D-Bus watch for testing ConnMan running unit: Add PropertyChanged watch for Manager unit: Add manager state callback unit: Fix connect disconnect test service: Extend debug message for session refcounting session: Handle configure state session: Change is_connected to is_online session: Split test_and_disconnect() session: Move code session: Disconnect on destroy if needed session: Track reason on a session level session: Service changed cleanup session: Fix invalid session_hash in cleanup path notify: Add service name parameter to service_add() session: Insert service_entry into service_list session: Free ifname notify: Add state_idle() manager: Defer return of setting session mode if not idle include/notifier.h | 4 +- src/connman.h | 3 +- src/manager.c | 43 +++++++++- src/notifier.c | 59 ++++++++++++- src/service.c | 20 ++--- src/session.c | 236 ++++++++++++++++++++++++++++++++++----------------- unit/manager-api.c | 73 ++++++++++++++++ unit/test-connman.h | 13 +++- unit/test-session.c | 138 ++++++++++++++++++++---------- unit/utils.c | 75 ++++++++++++++++ 10 files changed, 522 insertions(+), 142 deletions(-) -- 1.7.6 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
