]> git.proxmox.com Git - mirror_lxc.git/blobdiff - src/lxc/start.h
start, namespace: move ns_info to namespace.{c,h}
[mirror_lxc.git] / src / lxc / start.h
index 65d553bfeb4deb39bb0ac2ec9c228fba601d876f..3bae8788ccf91e9a517b0297167d6055ed974866 100644 (file)
@@ -42,24 +42,6 @@ struct lxc_operations {
 
 struct cgroup_desc;
 
-enum {
-       LXC_NS_MNT,
-       LXC_NS_PID,
-       LXC_NS_UTS,
-       LXC_NS_IPC,
-       LXC_NS_USER,
-       LXC_NS_NET,
-       LXC_NS_CGROUP,
-       LXC_NS_MAX
-};
-
-struct ns_info {
-       const char *proc_name;
-       int clone_flag;
-};
-
-extern const struct ns_info ns_info[LXC_NS_MAX];
-
 struct lxc_handler {
        pid_t pid;
        char *name;