From 46a3a54c0a0e1ce9d8f5705184e46386565d2319 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 11 May 2023 11:26:11 +0200 Subject: Adjust op_call with gluten_offset --- operations.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'operations.h') diff --git a/operations.h b/operations.h index ccc42c2..f68ea89 100644 --- a/operations.h +++ b/operations.h @@ -27,9 +27,14 @@ } while (0); \ break +struct ns_path { + char path[PATH_MAX]; +}; + struct arg_clone { - const struct op_call *args; - pid_t pid; + long nr; + void *args[6]; + struct ns_path ns[sizeof(enum ns_type)]; long ret; int err; }; -- cgit v1.2.3