X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=service%2Fwatch.c;h=349b484a788edb8080835b294d8132a67f6f5f04;hb=3c771f9e4ba46d3e39334cb20eab98221043f1e2;hp=65e1fec9672d595d4b22e03088eeb0efb98f0ae0;hpb=a9ee0b693ebce775ab7a56fd09c92f98076fe559;p=project%2Fprocd.git diff --git a/service/watch.c b/service/watch.c index 65e1fec..349b484 100644 --- a/service/watch.c +++ b/service/watch.c @@ -26,11 +26,6 @@ struct watch_object { char *name; }; -struct watch_subscribe { - struct uloop_timeout t; - uint32_t id; -}; - static struct ubus_event_handler watch_event; static struct ubus_subscriber watch_subscribe; static LIST_HEAD(watch_objects);