From e1410f20d749e3e76a28b7db0e99f51b863100ef Mon Sep 17 00:00:00 2001 From: Cristian Toader Date: Tue, 23 Jul 2013 14:22:31 +0300 Subject: added support for multiple parameters --- src/common/sandbox.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/common/sandbox.h') diff --git a/src/common/sandbox.h b/src/common/sandbox.h index b973d9716e..b80c19808e 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -41,6 +41,7 @@ typedef struct { int syscall; char ptype; + char pindex; intptr_t param; char prot; -- cgit v1.2.3-54-g00ecf