add an event for "service.update" triggers
[project/procd.git] / service / instance.h
index e7416ab04222d96c9f8d75ce911f6bd3655ab10c..a492f387eaa2bd3d4c8caf8d60e88ae95b602d9a 100644 (file)
@@ -50,6 +50,7 @@ struct service_instance {
        struct blobmsg_list netdev;
        struct blobmsg_list file;
        struct blobmsg_list limits;
+       struct blobmsg_list errors;
 };
 
 void instance_start(struct service_instance *in);