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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions.h') diff --git a/actions.h b/actions.h index 3636f04..521bdaf 100644 --- a/actions.h +++ b/actions.h @@ -14,7 +14,7 @@ struct arg_clone { }; int do_call(struct arg_clone *c); -int do_actions(struct action actions[], unsigned int n_actions, int tpid, +int do_actions(void *data, struct action actions[], unsigned int n_actions, int tpid, int notifyfd, uint64_t id); #endif /* ACTIONS_H */ -- cgit v1.2.3