utrace: Support non-contiguous syscall numbers
[project/procd.git] / service / service.h
index d4f0a83..a433c9f 100644 (file)
@@ -40,6 +40,8 @@ struct validate {
 struct service {
        struct avl_node avl;
        const char *name;
+       bool deleted;
+       bool autostart;
 
        struct blob_attr *trigger;
        struct vlist_tree instances;