0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-10-01 05:08:59 +02:00

ircd::ctx: Use proper source for epoch counter.

This commit is contained in:
Jason Volk 2020-10-08 16:45:24 -07:00
parent 4db835ef5f
commit bfe864663c

View file

@ -426,7 +426,7 @@ const uint64_t &
ircd::ctx::epoch()
noexcept
{
return prof::get(prof::event::YIELD);
return ctx::ios_handler.epoch;
}
bool