syslog: fix incorrect use of sizeof() in vsnprintf()
[project/procd.git] / service.h
index 4e68eed..9d3c308 100644 (file)
--- a/service.h
+++ b/service.h
@@ -24,7 +24,7 @@ struct service {
        struct avl_node avl;
        const char *name;
 
-       struct blob_attr *config;
+       struct blob_attr *trigger;
        struct vlist_tree instances;
 };