mirror of
https://github.com/bjc/prosody.git
synced 2025-04-04 13:47:41 +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;
|
add_task = addtimer;
|
||||||
stop = closetimer;
|
stop = closetimer;
|
||||||
reschedule = reschedule;
|
reschedule = reschedule;
|
||||||
|
to_absolute_time = function (t)
|
||||||
|
return t-monotonic()+realtime();
|
||||||
|
end;
|
||||||
};
|
};
|
||||||
listen = listen;
|
listen = listen;
|
||||||
loop = loop;
|
loop = loop;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue