fix: Compiling with newer Boost

This commit is contained in:
squidbus 2025-05-13 14:22:44 -07:00
parent 073f931729
commit 3ab69e24db

View file

@ -62,7 +62,7 @@ bool EqueueInternal::ScheduleEvent(u64 id, s16 filter,
} else {
// If the timer already exists we are scheduling a reoccurrence after the next period.
// Set the expiration time to the previous occurrence plus the period.
it->timer->expires_at(it->timer->expires_at() + event.timer_interval);
it->timer->expires_at(it->timer->expiry() + event.timer_interval);
}
it->timer->async_wait(