summaryrefslogtreecommitdiffstats
path: root/src/audit.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/audit.c')
-rw-r--r--src/audit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audit.c b/src/audit.c
index 6f46e22..40e67ee 100644
--- a/src/audit.c
+++ b/src/audit.c
@@ -37,7 +37,7 @@
extern struct lt_config_audit cfg;
-static __thread int pipe_fd = 0;
+__thread int pipe_fd = 0;
static __thread int flow_below_stack = 0;
static __thread int indent_depth = 0;