From a9f04c33e5370755f36e9e85250c6ab997f94004 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 21 Feb 2023 13:16:59 +0100 Subject: actions: add data section --- actions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions.c') diff --git a/actions.c b/actions.c index 0366916..8e740e0 100644 --- a/actions.c +++ b/actions.c @@ -164,7 +164,7 @@ int do_call(struct arg_clone *c) return 0; } -int do_actions(struct action actions[], unsigned int n_actions, int pid, +int do_actions(void *data, struct action actions[], unsigned int n_actions, int pid, int notifyfd, uint64_t id) { struct seccomp_notif_addfd resp_fd; -- cgit v1.2.3