mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
net.server_epoll: Expose way to turn monotonic time into wall clock time
This commit is contained in:
parent
64614cb420
commit
8ac1c4193c
1 changed files with 3 additions and 0 deletions
|
@ -904,6 +904,9 @@ return {
|
|||
add_task = addtimer;
|
||||
stop = closetimer;
|
||||
reschedule = reschedule;
|
||||
to_absolute_time = function (t)
|
||||
return t-monotonic()+realtime();
|
||||
end;
|
||||
};
|
||||
listen = listen;
|
||||
loop = loop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue