Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2285)

Unified Diff: include/notifier.h

Issue 6731067: flimflam: revise multi-profile support to pin objects to a profile (Closed) Base URL: ssh://gitrw.chromium.org:9222/flimflam.git@master
Patch Set: fix diff Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « doc/service-api.txt ('k') | src/connman.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/notifier.h
diff --git a/include/notifier.h b/include/notifier.h
index 928b788650559359a0b1b55314a7002df917c09f..33077b3427b039bb7e1e730b7f80280dbe7fd90c 100644
--- a/include/notifier.h
+++ b/include/notifier.h
@@ -22,6 +22,7 @@
#ifndef __CONNMAN_NOTIFIER_H
#define __CONNMAN_NOTIFIER_H
+#include <connman/profile.h>
#include <connman/service.h>
#ifdef __cplusplus
@@ -48,6 +49,8 @@ struct connman_notifier {
void (*service_state_changed) (struct connman_service *service);
void (*system_suspend) (void);
void (*system_resume) (void);
+ void (*profile_push) (struct connman_profile *profile);
+ void (*profile_pop) (struct connman_profile *profile);
};
int connman_notifier_register(struct connman_notifier *notifier);
« no previous file with comments | « doc/service-api.txt ('k') | src/connman.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698