dundee: Watch for signals only on DUNDEE_SERVICE
[framework/connectivity/connman.git] / include / notifier.h
index c42f9be..4412717 100644 (file)
@@ -2,7 +2,7 @@
  *
  *  Connection Manager
  *
- *  Copyright (C) 2007-2010  Intel Corporation. All rights reserved.
+ *  Copyright (C) 2007-2012  Intel Corporation. All rights reserved.
  *
  *  This program is free software; you can redistribute it and/or modify
  *  it under the terms of the GNU General Public License version 2 as
@@ -54,6 +54,7 @@ struct connman_notifier {
                                        enum connman_service_state state);
        void (*ipconfig_changed) (struct connman_service *service,
                                        struct connman_ipconfig *ipconfig);
+       void (*idle_state) (connman_bool_t idle);
 };
 
 int connman_notifier_register(struct connman_notifier *notifier);