From 504d9e38a528ca8bf6f658223a1935e9bc537d8a Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Wed, 17 May 2023 08:17:06 +0200 Subject: ops: add op_nr and op_copy Add: - missing implementation for op_nr - op_copy to copy data - tests for op_nr and op_data --- operations.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'operations.h') diff --git a/operations.h b/operations.h index 6904b4f..9d017e0 100644 --- a/operations.h +++ b/operations.h @@ -59,4 +59,6 @@ int op_resolve_fd(const struct seccomp_notif *req, int notifier, struct gluten *g, struct op_resolvedfd *op); int op_load(const struct seccomp_notif *req, int notifier, struct gluten *g, struct op_load *load); +int op_copy(const struct seccomp_notif *req, int notifier, struct gluten *g, + struct op_copy *op); #endif /* ACTIONS_H */ -- cgit v1.2.3