From 069009f8e39238ec1a67fba6cfb287b9a0cac83e Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 24 Mar 2023 10:07:48 +0100 Subject: Re-organize project and add license header --- operations.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 operations.h (limited to 'operations.h') 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 -#include - -#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 */ -- cgit v1.2.3