aboutgitcodelistschat:MatrixIRC
path: root/operations.h
diff options
context:
space:
mode:
Diffstat (limited to 'operations.h')
-rw-r--r--operations.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/operations.h b/operations.h
deleted file mode 100644
index 8996065..0000000
--- a/operations.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef ACIONS_H
-#define ACTIONS_H
-
-#include <errno.h>
-#include <linux/seccomp.h>
-
-#define STACK_SIZE (1024 * 1024 / 8)
-#define NS_NUM (sizeof(enum ns_type))
-
-struct arg_clone {
- const struct op_call *args;
- pid_t pid;
- long ret;
- int err;
-};
-
-int do_call(struct arg_clone *c);
-int do_operations(void *data, struct op operations[], struct seccomp_notif *req,
- unsigned int n_operations, int tpid, int notifyfd,
- uint64_t id);
-#endif /* ACTIONS_H */