summaryrefslogtreecommitdiffstats
path: root/src/afb-api-so.c
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2016-10-31 11:16:05 +0100
committerJosé Bollo <jose.bollo@iot.bzh>2016-10-31 11:16:05 +0100
commitb4bd4b6af232439c1d5d7603d79c7a2628be4b10 (patch)
tree88aa8f70f6657e380d6c004b86cd96532e7b19e2 /src/afb-api-so.c
parentd00d1b7ce817aa3fefed9ee59d0904af561bb66c (diff)
api-so: cleanup
The structure monitoring is not used anymore. Change-Id: I3b900f7b109b2549f0b4cf17550bb71c4b49d32d Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'src/afb-api-so.c')
-rw-r--r--src/afb-api-so.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/afb-api-so.c b/src/afb-api-so.c
index 4bb6087f..da3c1322 100644
--- a/src/afb-api-so.c
+++ b/src/afb-api-so.c
@@ -54,11 +54,6 @@ struct api_so_desc {
struct afb_binding_interface interface; /* interface for the binding */
};
-struct monitoring {
- struct afb_req req;
- void (*action)(struct afb_req);
-};
-
static const char binding_register_function_v1[] = "afbBindingV1Register";
static const char binding_service_init_function_v1[] = "afbBindingV1ServiceInit";
static const char binding_service_event_function_v1[] = "afbBindingV1ServiceEvent";