aboutsummaryrefslogtreecommitdiff
path: root/src/cancel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cancel.h')
-rw-r--r--src/cancel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cancel.h b/src/cancel.h
index 8cff1c9..a25c078 100644
--- a/src/cancel.h
+++ b/src/cancel.h
@@ -45,7 +45,7 @@ enum class CancelOp
45}; 45};
46 46
47// crc64/we of string "CANCEL_ERROR" generated at http://www.nitrxgen.net/hashgen/ 47// crc64/we of string "CANCEL_ERROR" generated at http://www.nitrxgen.net/hashgen/
48static constexpr UniqueKey CANCEL_ERROR{ 0xe97d41626cc97577ull, "lanes.cancel_error" }; // 'raise_cancel_error' sentinel 48static constexpr UniqueKey CANCEL_ERROR{ 0xE97D41626CC97577ull, "lanes.cancel_error" }; // 'raise_cancel_error' sentinel
49 49
50[[nodiscard]] CancelOp which_cancel_op(char const* op_string_); 50[[nodiscard]] CancelOp which_cancel_op(char const* op_string_);
51[[nodiscard]] CancelResult thread_cancel(Lane* lane_, CancelOp op_, int hook_count_, lua_Duration secs_, bool wake_lindas_); 51[[nodiscard]] CancelResult thread_cancel(Lane* lane_, CancelOp op_, int hook_count_, lua_Duration secs_, bool wake_lindas_);