mirror of
https://github.com/elua/elua.git
synced 2025-01-08 20:56:17 +08:00
69eb5cc478
This patch undoes the change in the order of timer parameters for: net.accept() net.recv() tmr.delay() tmr.setclock() tmr.set_match_int() tmr.gettimediff() and also changes the new tmr.getdiffnow() to have the same parameter ordering as the others. The default timer ID (the systimer), which previously was obtained with an optional last parameter, is now obtained by supplying nil as the timer ID.