summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_thread.h')
-rw-r--r--src/nxt_thread.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_thread.h b/src/nxt_thread.h
index ad1c58e8..33314b71 100644
--- a/src/nxt_thread.h
+++ b/src/nxt_thread.h
@@ -188,6 +188,8 @@ struct nxt_thread_s {
* engine->fibers, its placement here eliminates 2 memory accesses.
*/
nxt_fiber_t *fiber;
+
+ nxt_random_t random;
};