Update SMACK, Fix a crash of terminating sequence, etc, ...
[apps/livebox/data-provider-master.git] / include / service_common.h
index eb6e385..eaa06ea 100644 (file)
@@ -37,4 +37,6 @@ extern int service_common_unicast_packet(struct tcb *tcb, struct packet *packet)
 extern struct service_event_item *service_common_add_timer(struct service_context *svc_ctx, double timer, int (*timer_cb)(struct service_context *svc_cx, void *data), void *data);
 extern int service_common_del_timer(struct service_context *svc_ctx, struct service_event_item *item);
 
+extern int service_common_fd(struct service_context *ctx);
+
 /* End of a file */