X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fubus.git;a=blobdiff_plain;f=ubusd_obj.h;h=3fc4937165b9d49135ab58a34932b7e60167b169;hp=b268792b5b556d38eaf89bbb94bb79b605bbe6a2;hb=df1af726e211eaaea870f7d2cbc326e5974b9b09;hpb=f6a6b0d492900b7a087a8a89d11fa5b94f4c5cb5 diff --git a/ubusd_obj.h b/ubusd_obj.h index b268792..3fc4937 100644 --- a/ubusd_obj.h +++ b/ubusd_obj.h @@ -33,6 +33,8 @@ struct ubus_object { struct ubus_client *client; int (*recv_msg)(struct ubus_client *client, const char *method, struct blob_attr *msg); + + int event_seen; }; struct ubus_object *ubusd_create_object(struct ubus_client *cl, struct blob_attr **attr);