diff options
author | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-23 14:22:31 +0300 |
---|---|---|
committer | Cristian Toader <cristian.matei.toader@gmail.com> | 2013-07-23 14:22:31 +0300 |
commit | e1410f20d749e3e76a28b7db0e99f51b863100ef (patch) | |
tree | a37a3c60ed0c554b802a5b59b8d68117953f98cd /src/common/sandbox.h | |
parent | c15d09293bdfc90e94ef34369205cc6db9882607 (diff) | |
download | tor-e1410f20d749e3e76a28b7db0e99f51b863100ef.tar.gz tor-e1410f20d749e3e76a28b7db0e99f51b863100ef.zip |
added support for multiple parameters
Diffstat (limited to 'src/common/sandbox.h')
-rw-r--r-- | src/common/sandbox.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |