diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-07-08 13:51:37 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-07-08 13:51:37 +0200 |
commit | 4468ec94e354a9f6d8d7ea2859afa757bb934617 (patch) | |
tree | 5fc0f8ac307db2d8ed0bd9c2bfc4e36355c7f3ae | |
parent | 6234c2113a2b52ddc9fa900e7848f2cd19bd9394 (diff) | |
download | lanes-4468ec94e354a9f6d8d7ea2859afa757bb934617.tar.gz lanes-4468ec94e354a9f6d8d7ea2859afa757bb934617.tar.bz2 lanes-4468ec94e354a9f6d8d7ea2859afa757bb934617.zip |
expose lua51-lanes.now_secs() as lanes.now_secs()
(resolves issue #29)
-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) |