diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-08-13 08:12:05 +0200 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2013-08-13 08:12:05 +0200 |
commit | 7f7b29063d2f19a8bc2b229ae9b0ec82ce447cab (patch) | |
tree | 296e407a77e7e7f94add52967fe06e09aa7d58f3 /src/tools.h | |
parent | a6f76ba28d7e7e9d2d277a85dfd054cb70c02b69 (diff) | |
download | lanes-3.6.3.tar.gz lanes-3.6.3.tar.bz2 lanes-3.6.3.zip |
version 3.6.3v3.6.3
* lane:cancel(<negative-timeout>) only causes cancel_test() to return
true but won't interrupt execution of the lane during linda operations
* more explicit errors when trying to transfer unknown source functions
(with new configure option verbose_errors)
* default options wrap allocator around a mutex when run by LuaJIT
Diffstat (limited to '')
-rw-r--r-- | src/tools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools.h b/src/tools.h index 2fe7259..93ed92c 100644 --- a/src/tools.h +++ b/src/tools.h | |||
@@ -107,5 +107,8 @@ void populate_func_lookup_table( lua_State* L, int _i, char const* _name); | |||
107 | void serialize_require( lua_State *L); | 107 | void serialize_require( lua_State *L); |
108 | extern MUTEX_T require_cs; | 108 | extern MUTEX_T require_cs; |
109 | 109 | ||
110 | // for verbose errors | ||
111 | extern bool_t GVerboseErrors; | ||
112 | |||
110 | #endif | 113 | #endif |
111 | // TOOLS_H | 114 | // TOOLS_H |