From 80309fbd77cbafa3784fa7295afb56c446d59b93 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Fri, 2 Jun 2023 06:21:21 +0200 Subject: cooker, seitan: OP_CALL arguments and context Signed-off-by: Stefano Brivio --- operations.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'operations.h') diff --git a/operations.h b/operations.h index abdbe22..d74b4f9 100644 --- a/operations.h +++ b/operations.h @@ -34,7 +34,7 @@ struct ns_path { struct arg_clone { long nr; void *args[6]; - struct ns_path ns[NS_NUM]; + char ns_path[NS_TYPE_MAX + 1][PATH_MAX]; long ret; int err; }; -- cgit v1.2.3