aboutgitcodelistschat:MatrixIRC
path: root/operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'operations.h')
-rw-r--r--operations.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/operations.h b/operations.h
index ccc42c2..f68ea89 100644
--- a/operations.h
+++ b/operations.h
@@ -27,9 +27,14 @@
} while (0); \
break
+struct ns_path {
+ char path[PATH_MAX];
+};
+
struct arg_clone {
- const struct op_call *args;
- pid_t pid;
+ long nr;
+ void *args[6];
+ struct ns_path ns[sizeof(enum ns_type)];
long ret;
int err;
};