diff options
-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 d1082af..bd66e6c 100644 --- a/src/lanes.lua +++ b/src/lanes.lua | |||
@@ -567,6 +567,7 @@ end | |||
567 | lanes.nameof = mm.nameof | 567 | lanes.nameof = mm.nameof |
568 | lanes.timer = timer | 568 | lanes.timer = timer |
569 | lanes.genlock = genlock | 569 | lanes.genlock = genlock |
570 | lanes.now_secs = now_secs | ||
570 | lanes.genatomic = genatomic | 571 | lanes.genatomic = genatomic |
571 | -- from now on, calling configure does nothing but checking that we don't call it with parameters that changed compared to the first invocation | 572 | -- from now on, calling configure does nothing but checking that we don't call it with parameters that changed compared to the first invocation |
572 | lanes.configure = function( _params2) | 573 | lanes.configure = function( _params2) |