add code for sending events and fix the code for receiving events
[project/ubus.git] / ubusd_proto.c
index bdb022c..7d6e01a 100644 (file)
@@ -1,7 +1,7 @@
 #include <arpa/inet.h>
 #include "ubusd.h"
 
-static struct blob_buf b;
+struct blob_buf b;
 static struct ubus_msg_buf *retmsg;
 static int *retmsg_data;