aboutsummaryrefslogtreecommitdiff
path: root/src/common/sandbox.h
diff options
context:
space:
mode:
authorCristian Toader <cristian.matei.toader@gmail.com>2013-07-23 14:22:31 +0300
committerCristian Toader <cristian.matei.toader@gmail.com>2013-07-23 14:22:31 +0300
commite1410f20d749e3e76a28b7db0e99f51b863100ef (patch)
treea37a3c60ed0c554b802a5b59b8d68117953f98cd /src/common/sandbox.h
parentc15d09293bdfc90e94ef34369205cc6db9882607 (diff)
downloadtor-e1410f20d749e3e76a28b7db0e99f51b863100ef.tar
tor-e1410f20d749e3e76a28b7db0e99f51b863100ef.tar.gz
added support for multiple parameters
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r--src/common/sandbox.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/sandbox.h b/src/common/sandbox.h
index b973d9716..b80c19808 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;