trigger: fix memory leak in script calls
[project/procd.git] / service / instance.h
index 7700000..7490462 100644 (file)
@@ -29,6 +29,7 @@ struct jail {
        bool log;
        bool ronly;
        char *name;
+       char *hostname;
        struct blobmsg_list mount;
        int argc;
 };