From 7cf1dbfd51f17773e93b509d954371886243a0eb Mon Sep 17 00:00:00 2001 From: Cristian Toader Date: Tue, 23 Jul 2013 10:14:25 +0300 Subject: changed paramfilter type to intptr_t --- src/common/sandbox.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/common/sandbox.h') diff --git a/src/common/sandbox.h b/src/common/sandbox.h index 4752f1a733..bfb7a730fe 100644 --- a/src/common/sandbox.h +++ b/src/common/sandbox.h @@ -22,6 +22,8 @@ #endif +#include "torint.h" + /** * Linux definitions */ @@ -34,7 +36,7 @@ typedef struct { int syscall; - char *param; + intptr_t param; // TODO: make this intptr_t to support multiple types char prot; } ParFilter; -- cgit v1.2.3-54-g00ecf