X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fprocd.git;a=blobdiff_plain;f=service.h;fp=service.h;h=96175c4713d578d98f326d5745cb15abd298c82d;hp=c2afdaedf1a4b945a29470bfa372ad5bb0ecbe34;hb=86009b5439a898fa00cc27e675bb7834576be70a;hpb=e0d721487a618490a7db06f76904868a71684071 diff --git a/service.h b/service.h index c2afdae..96175c4 100644 --- a/service.h +++ b/service.h @@ -15,7 +15,9 @@ struct service_instance { struct vlist_node node; const char *name; + bool restart; struct blob_attr *config; struct uloop_process proc; + struct uloop_timeout timeout; };