| 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);
|
|
|