0
0
Fork 0
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:
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() ircd::ctx::epoch()
noexcept noexcept
{ {
return prof::get(prof::event::YIELD); return ctx::ios_handler.epoch;
} }
bool bool