summaryrefslogtreecommitdiffstats
path: root/include/ulogd/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulogd/namespace.h')
-rw-r--r--include/ulogd/namespace.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/ulogd/namespace.h b/include/ulogd/namespace.h
new file mode 100644
index 0000000..48e2e9a
--- /dev/null
+++ b/include/ulogd/namespace.h
@@ -0,0 +1,8 @@
+#ifndef _NAMESPACE_H_
+#define _NAMESPACE_H_
+
+int join_netns_fd(const int target_netns_fd, int *const source_netns_fd_ptr);
+int join_netns_path(const char *const target_netns_path,
+ int *const source_netns_fd_ptr);
+
+#endif