diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-10-04 17:22:24 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-10-04 17:22:24 +0200 |
commit | 6ac65b831c4e804bad84b25821faf708ea0a678a (patch) | |
tree | 523656520adf6fa2a5f956fd76c3b24f3bc0cdf4 | |
parent | 74d75ee51602403f6f4f94bdff919400de24a6cf (diff) | |
download | lanes-6ac65b831c4e804bad84b25821faf708ea0a678a.tar.gz lanes-6ac65b831c4e804bad84b25821faf708ea0a678a.tar.bz2 lanes-6ac65b831c4e804bad84b25821faf708ea0a678a.zip |
Fix broken timers
-rw-r--r-- | src/lanes.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lanes.lua b/src/lanes.lua index 173db00..01ca181 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -375,6 +375,7 @@ if first_time then | |||
375 | local timer_body = function() | 375 | local timer_body = function() |
376 | -- require lanes.core inside the timer body to prevent pulling now_secs() through an uvpvalue | 376 | -- require lanes.core inside the timer body to prevent pulling now_secs() through an uvpvalue |
377 | local core = require "lanes.core" | 377 | local core = require "lanes.core" |
378 | core.configure( _params.nb_keepers, _params.on_state_create, _params.shutdown_timeout, _params.track_lanes, _params.protect_allocator, _params.verbose_errors) | ||
378 | 379 | ||
379 | -- | 380 | -- |
380 | -- { [deep_linda_lightuserdata]= { [deep_linda_lightuserdata]=linda_h, | 381 | -- { [deep_linda_lightuserdata]= { [deep_linda_lightuserdata]=linda_h, |