syslog() is a blocking call on eglibc. as procd provides the actual syslog, weneed...
[project/procd.git] / service.h
index 64c8a2f..9d3c308 100644 (file)
--- a/service.h
+++ b/service.h
@@ -24,7 +24,6 @@ struct service {
        struct avl_node avl;
        const char *name;
 
-       struct blob_attr *config;
        struct blob_attr *trigger;
        struct vlist_tree instances;
 };