From ae8d2166ac7981db3657c024573287430257b110 Mon Sep 17 00:00:00 2001 From: PolynomialDivision Date: Wed, 13 Dec 2017 10:21:56 +0100 Subject: [PATCH] add network buff --- src/utils/ubus.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/utils/ubus.c b/src/utils/ubus.c index f8eb323..ef0e3a6 100644 --- a/src/utils/ubus.c +++ b/src/utils/ubus.c @@ -22,6 +22,8 @@ static struct ubus_context *ctx_clients; /* own ubus conext otherwise strange be static struct ubus_subscriber hostapd_event; static struct blob_buf b; + + void update_clients(struct uloop_timeout *t); struct uloop_timeout client_timer = { @@ -416,6 +418,7 @@ int handle_network_msg(char* msg) { static struct blob_buf network_buf; static struct blob_buf data_buf; + printf("HANDLING NETWORK MSG!\n"); struct blob_attr *tb[__NETWORK_MAX]; char *method;