use the new 'secure-mount' CLI
[util-vserver.git] / util-vserver / vserver-start / configuration.h
index d32fc42..c027ba9 100644 (file)
 #ifndef H_UTIL_VSERVER_VSERVER_START_CONFIGURATION_H
 #define H_UTIL_VSERVER_VSERVER_START_CONFIGURATION_H
 
+#include <lib/vserver.h>
 #include <ensc_vector/vector.h>
 #include <lib_internal/pathinfo.h>
 
 #include <stdbool.h>
 
 struct Configuration {
+    PathInfo           cfgdir;
+    char const *       vdir;
+    xid_t              xid;
     uint32_t           broadcast;
     struct Vector      interfaces;
 };