aboutsummaryrefslogtreecommitdiff
path: root/src/lanes_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lanes_private.h')
-rw-r--r--src/lanes_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h
index 5e6160d..807359f 100644
--- a/src/lanes_private.h
+++ b/src/lanes_private.h
@@ -92,7 +92,7 @@ class Lane
92}; 92};
93 93
94// xxh64 of string "LANE_POINTER_REGKEY" generated at https://www.pelock.com/products/hash-calculator 94// xxh64 of string "LANE_POINTER_REGKEY" generated at https://www.pelock.com/products/hash-calculator
95static constexpr UniqueKey LANE_POINTER_REGKEY{ 0xB3022205633743BCull }; // used as registry key 95static constexpr RegistryUniqueKey LANE_POINTER_REGKEY{ 0xB3022205633743BCull }; // used as registry key
96 96
97// To allow free-running threads (longer lifespan than the handle's) 97// To allow free-running threads (longer lifespan than the handle's)
98// 'Lane' are malloc/free'd and the handle only carries a pointer. 98// 'Lane' are malloc/free'd and the handle only carries a pointer.