aboutsummaryrefslogtreecommitdiff
path: root/src/lane.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lane.h')
-rw-r--r--src/lane.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lane.h b/src/lane.h
index a7a348b..85994a0 100644
--- a/src/lane.h
+++ b/src/lane.h
@@ -174,6 +174,8 @@ class Lane
174 void pushStatusString(lua_State* L_) const; 174 void pushStatusString(lua_State* L_) const;
175 void pushIndexedResult(lua_State* L_, int key_) const; 175 void pushIndexedResult(lua_State* L_, int key_) const;
176 void resetResultsStorage(lua_State* const L_, int gc_cb_idx_); 176 void resetResultsStorage(lua_State* const L_, int gc_cb_idx_);
177 void selfdestructAdd();
178 [[nodiscard]] bool selfdestructRemove();
177 void securizeDebugName(lua_State* L_); 179 void securizeDebugName(lua_State* L_);
178 void startThread(int priority_); 180 void startThread(int priority_);
179 [[nodiscard]] int storeResults(lua_State* L_); 181 [[nodiscard]] int storeResults(lua_State* L_);