diff options
Diffstat (limited to 'src/lanes_private.h')
-rw-r--r-- | src/lanes_private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lanes_private.h b/src/lanes_private.h index 01630ba..309b632 100644 --- a/src/lanes_private.h +++ b/src/lanes_private.h | |||
@@ -89,6 +89,8 @@ class Lane | |||
89 | [[nodiscard]] bool waitForCompletion(lua_Duration duration_); | 89 | [[nodiscard]] bool waitForCompletion(lua_Duration duration_); |
90 | void startThread(int priority_); | 90 | void startThread(int priority_); |
91 | void pushThreadStatus(lua_State* L_); | 91 | void pushThreadStatus(lua_State* L_); |
92 | void changeDebugName(int nameIdx_); | ||
93 | void securizeDebugName(lua_State* L_); | ||
92 | }; | 94 | }; |
93 | 95 | ||
94 | // xxh64 of string "kLanePointerRegKey" generated at https://www.pelock.com/products/hash-calculator | 96 | // xxh64 of string "kLanePointerRegKey" generated at https://www.pelock.com/products/hash-calculator |