service: add data within the service itself
[project/procd.git] / service / service.h
index a433c9f834fcb2ee1fb3be683048c049aec7838b..8f94ecdaa317c6e87a5731dbbd4480d00a8010d3 100644 (file)
@@ -18,6 +18,7 @@
 #include <libubox/avl.h>
 #include <libubox/vlist.h>
 #include <libubox/list.h>
+#include "../utils/utils.h"
 
 extern struct avl_tree services;
 
@@ -46,6 +47,8 @@ struct service {
        struct blob_attr *trigger;
        struct vlist_tree instances;
        struct list_head validators;
+       struct blob_attr *data;
+       struct blobmsg_list data_blob;
 };
 
 void service_validate_add(struct service *s, struct blob_attr *attr);