diff options
Diffstat (limited to 'src/cancel.h')
-rw-r--r-- | src/cancel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cancel.h b/src/cancel.h index c7c5433..b25d9f9 100644 --- a/src/cancel.h +++ b/src/cancel.h | |||
@@ -43,9 +43,6 @@ typedef enum | |||
43 | // crc64/we of string "CANCEL_ERROR" generated at http://www.nitrxgen.net/hashgen/ | 43 | // crc64/we of string "CANCEL_ERROR" generated at http://www.nitrxgen.net/hashgen/ |
44 | static DECLARE_CONST_UNIQUE_KEY(CANCEL_ERROR, 0xe97d41626cc97577); // 'cancel_error' sentinel | 44 | static DECLARE_CONST_UNIQUE_KEY(CANCEL_ERROR, 0xe97d41626cc97577); // 'cancel_error' sentinel |
45 | 45 | ||
46 | // crc64/we of string "CANCEL_TEST_KEY" generated at http://www.nitrxgen.net/hashgen/ | ||
47 | static DECLARE_CONST_UNIQUE_KEY(CANCEL_TEST_KEY, 0xe66f5960c57d133a); // used as registry key | ||
48 | |||
49 | cancel_result thread_cancel( lua_State* L, Lane* s, CancelOp op_, double secs_, bool_t force_, double waitkill_timeout_); | 46 | cancel_result thread_cancel( lua_State* L, Lane* s, CancelOp op_, double secs_, bool_t force_, double waitkill_timeout_); |
50 | 47 | ||
51 | static inline int cancel_error( lua_State* L) | 48 | static inline int cancel_error( lua_State* L) |