allow instances to report errors. if an error is set, the instance wont be started
[project/procd.git] / service / instance.h
index e7416ab..a492f38 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);