From 4468ec94e354a9f6d8d7ea2859afa757bb934617 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Sun, 8 Jul 2012 13:51:37 +0200 Subject: expose lua51-lanes.now_secs() as lanes.now_secs() (resolves issue #29) --- src/lanes.lua | 1 + 1 file changed, 1 insertion(+) 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 lanes.nameof = mm.nameof lanes.timer = timer lanes.genlock = genlock + lanes.now_secs = now_secs lanes.genatomic = genatomic -- from now on, calling configure does nothing but checking that we don't call it with parameters that changed compared to the first invocation lanes.configure = function( _params2) -- cgit v1.2.3-55-g6feb