diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-09-24 16:45:33 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-10-14 17:36:19 +0200 |
commit | 9f01ba4044401f234a99acf241bf7ed9191981cd (patch) | |
tree | f8680be6ed0f4cac10e0e6899408005558cf3d82 /src/libcharon/plugins/maemo/maemo_service.h | |
parent | 39e5b21310b275ebb249d8241bb63a12e9751228 (diff) | |
download | strongswan-9f01ba4044401f234a99acf241bf7ed9191981cd.tar.bz2 strongswan-9f01ba4044401f234a99acf241bf7ed9191981cd.tar.xz |
Maemo: Plugin implements the listener_t interface.
Diffstat (limited to 'src/libcharon/plugins/maemo/maemo_service.h')
-rw-r--r-- | src/libcharon/plugins/maemo/maemo_service.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/libcharon/plugins/maemo/maemo_service.h b/src/libcharon/plugins/maemo/maemo_service.h index 129c3f893..b0240cbaa 100644 --- a/src/libcharon/plugins/maemo/maemo_service.h +++ b/src/libcharon/plugins/maemo/maemo_service.h @@ -21,6 +21,8 @@ #ifndef MAEMO_SERVICE_H_ #define MAEMO_SERVICE_H_ +#include <bus/listeners/listener.h> + typedef struct maemo_service_t maemo_service_t; /** @@ -29,6 +31,11 @@ typedef struct maemo_service_t maemo_service_t; struct maemo_service_t { /** + * Implements listener_t. + */ + listener_t listener; + + /** * Destroy a maemo_service_t. */ void (*destroy)(maemo_service_t *this); |