procd: service gets deleted when its last instance is freed
[project/procd.git] / service / instance.h
index 3cc2009..78999c8 100644 (file)
@@ -59,6 +59,7 @@ struct service_instance {
        char *seccomp;
        char *pidfile;
 
+       uint32_t term_timeout;
        uint32_t respawn_timeout;
        uint32_t respawn_threshold;
        uint32_t respawn_retry;