aboutsummaryrefslogtreecommitdiff
path: root/src/lindafactory.cpp
diff options
context:
space:
mode:
authorBenoit Germain <benoit.germain@ubisoft.com>2024-05-07 17:56:10 +0200
committerBenoit Germain <benoit.germain@ubisoft.com>2024-05-13 18:15:46 +0200
commit13f7f505375f7c1afd3a7e479a64cc147501b01d (patch)
tree3bccba196595305ffd5f2b30f838dd39fbc5d51d /src/lindafactory.cpp
parentd093c5555ec439affcfbecdceabfb122aa8c2f73 (diff)
downloadlanes-13f7f505375f7c1afd3a7e479a64cc147501b01d.tar.gz
lanes-13f7f505375f7c1afd3a7e479a64cc147501b01d.tar.bz2
lanes-13f7f505375f7c1afd3a7e479a64cc147501b01d.zip
Linda API changes
* timeout clarifications (negative values are no longer accepted, use nil instead) * linda(send, linda.null, key, ...) removed, if you want to send a nil, just do it as usual
Diffstat (limited to 'src/lindafactory.cpp')
-rw-r--r--src/lindafactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lindafactory.cpp b/src/lindafactory.cpp
index 0ec5a0a..917d949 100644
--- a/src/lindafactory.cpp
+++ b/src/lindafactory.cpp
@@ -32,6 +32,7 @@ THE SOFTWARE.
32 32
33#include "lindafactory.h" 33#include "lindafactory.h"
34 34
35#include "lanes_private.h"
35#include "linda.h" 36#include "linda.h"
36 37
37// must be a #define instead of a constexpr to work with lua_pushliteral (until I templatize it) 38// must be a #define instead of a constexpr to work with lua_pushliteral (until I templatize it)