]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/start.h
tools: lxc-unshare: remove unnecessary initialization
[mirror_lxc.git] / src / lxc / start.h
index bcb852e8ba5f3e91162ed6352c367d51ae228dff..60607ccc125f02d22d45ccc2b867502cfb4b73de 100644 (file)
@@ -32,7 +32,6 @@
 #include <sys/un.h>
 
 #include "conf.h"
-#include "config.h"
 #include "namespace.h"
 #include "state.h"
 
@@ -103,6 +102,9 @@ struct lxc_handler {
        /* The child's pid. */
        pid_t pid;
 
+       /* The monitor's pid. */
+       pid_t monitor_pid;
+
        /* Whether the child has already exited. */
        bool init_died;