Implement the listener_t interface in the Android plugin to track the status of an SA.
This commit is contained in:
@@ -23,6 +23,8 @@
|
||||
|
||||
typedef struct android_service_t android_service_t;
|
||||
|
||||
#include <bus/listeners/listener.h>
|
||||
|
||||
#include "android_creds.h"
|
||||
|
||||
/**
|
||||
@@ -30,6 +32,11 @@ typedef struct android_service_t android_service_t;
|
||||
*/
|
||||
struct android_service_t {
|
||||
|
||||
/**
|
||||
* Implements listener_t.
|
||||
*/
|
||||
listener_t listener;
|
||||
|
||||
/**
|
||||
* Destroy a android_service_t.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user