chiark / gitweb /
bus: when entering an existing namespace to connect to a container's system bus also...
[elogind.git] / src / shared / util.h
index 6fc77808d498e35b1a33783eb1b9fd082cded9fe..57689e9cf3c0823866051f30f6875e7cb42ad0f1 100644 (file)
@@ -793,5 +793,5 @@ int proc_cmdline(char **ret);
 
 int container_get_leader(const char *machine, pid_t *pid);
 
-int namespace_open(pid_t pid, int *namespace_fd, int *root_fd);
-int namespace_enter(int namespace_fd, int root_fd);
+int namespace_open(pid_t pid, int *pidns_fd, int *mntns_fd, int *root_fd);
+int namespace_enter(int pidns_fd, int mntns_fd, int root_fd);