jail: add option for pidfile
[project/procd.git] / service / instance.h
index 09fbb5d0c65133438dbff487ede04366d6321e4b..bbd943c28ac2965f9f221db893b214b4815033f5 100644 (file)
@@ -35,6 +35,7 @@ struct jail {
        bool console;
        char *name;
        char *hostname;
+       char *pidfile;
        struct blobmsg_list mount;
        int argc;
 };