aboutsummaryrefslogtreecommitdiff
path: root/src/beaker_globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/beaker_globals.h')
-rw-r--r--src/beaker_globals.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/beaker_globals.h b/src/beaker_globals.h
index 7418808..34b29d9 100644
--- a/src/beaker_globals.h
+++ b/src/beaker_globals.h
@@ -16,6 +16,8 @@ extern __thread int cookies_to_set_count;
extern __thread char current_request_buffer[BUFFER_SIZE];
+extern __thread RequestInfo current_request_info;
+
extern Locale *locales;
extern int locale_count;