summaryrefslogtreecommitdiffstats
path: root/include/haproxy/stream-t.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/haproxy/stream-t.h')
-rw-r--r--include/haproxy/stream-t.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/haproxy/stream-t.h b/include/haproxy/stream-t.h
index 7e79b96..4280692 100644
--- a/include/haproxy/stream-t.h
+++ b/include/haproxy/stream-t.h
@@ -279,7 +279,7 @@ struct stream {
int last_rule_line; /* last evaluated final rule's line (def: 0) */
unsigned int stream_epoch; /* copy of stream_epoch when the stream was created */
- struct hlua *hlua; /* lua runtime context */
+ struct hlua *hlua[2]; /* lua runtime context (0: global, 1: per-thread) */
/* Context */
struct {