mirror of
https://github.com/matrix-construct/construct
synced 2024-11-19 00:10:59 +01:00
ircd::ctx: Use proper source for epoch counter.
This commit is contained in:
parent
4db835ef5f
commit
bfe864663c
1 changed files with 1 additions and 1 deletions
|
@ -426,7 +426,7 @@ const uint64_t &
|
|||
ircd::ctx::epoch()
|
||||
noexcept
|
||||
{
|
||||
return prof::get(prof::event::YIELD);
|
||||
return ctx::ios_handler.epoch;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
Loading…
Reference in a new issue