aboutsummaryrefslogtreecommitdiff
path: root/src/linda.hpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2025-04-15 18:21:41 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2025-04-15 18:21:41 +0200
commit1bff784b474261212a996ac9fc59389d53a69590 (patch)
tree5fb048bcc6963fabbce57a6f8e7ec351bed6f828 /src/linda.hpp
parent706d064e17d19c888c6d1e4d404ad34ac808589c (diff)
downloadlanes-1bff784b474261212a996ac9fc59389d53a69590.tar.gz
lanes-1bff784b474261212a996ac9fc59389d53a69590.tar.bz2
lanes-1bff784b474261212a996ac9fc59389d53a69590.zip
Linda batched mode rework
* linda.batched special value is removed * new function linda:receive_batched
Diffstat (limited to 'src/linda.hpp')
-rw-r--r--src/linda.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/linda.hpp b/src/linda.hpp
index 01ca7e1..2d5c9dc 100644
--- a/src/linda.hpp
+++ b/src/linda.hpp
@@ -8,11 +8,6 @@ struct Keeper;
8 8
9// ################################################################################################# 9// #################################################################################################
10 10
11// xxh64 of string "kLindaBatched" generated at https://www.pelock.com/products/hash-calculator
12static constexpr UniqueKey kLindaBatched{ 0xB8234DF772646567ull, "linda.batched" };
13
14// #################################################################################################
15
16DECLARE_UNIQUE_TYPE(LindaGroup, int); 11DECLARE_UNIQUE_TYPE(LindaGroup, int);
17 12
18class Linda final 13class Linda final