summaryrefslogtreecommitdiff
path: root/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'defs.h')
-rw-r--r--defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/defs.h b/defs.h
index cae320a..1f8cb99 100644
--- a/defs.h
+++ b/defs.h
@@ -39,7 +39,7 @@
/* configuration section */
#ifndef MAX_QUALS
-#define MAX_QUALS 1024 /* maximum number of syscalls, signals, etc. */
+#define MAX_QUALS 2048 /* maximum number of syscalls, signals, etc. */
#endif
#ifndef MAX_PROCS
#define MAX_PROCS 32 /* maximum number of processes tracable */