jail: make use of per-container netifd via ubus
[project/procd.git] / jail / jail.h
index 5739d3d269020fff849eb2be4119008bfa7cc3ee..158d73b7299c178293ddf82e6641892ad1ddbfbe 100644 (file)
@@ -14,5 +14,6 @@
 #define _JAIL_JAIL_H_
 
 int mount_bind(const char *root, const char *path, int readonly, int error);
+int ns_open_pid(const char *nstype, const pid_t target_ns);
 
 #endif