Add missing ACTION comparison in ScheduleState

This commit is contained in:
Joakim Hove 2021-12-09 16:10:41 +01:00
parent 91c6a3f20a
commit 8345620813

View File

@ -264,6 +264,7 @@ bool ScheduleState::operator==(const ScheduleState& other) const {
this->gconsump.get() == other.gconsump.get() &&
this->wlist_manager.get() == other.wlist_manager.get() &&
this->rpt_config.get() == other.rpt_config.get() &&
this->actions.get() == other.actions.get() &&
this->udq_active.get() == other.udq_active.get() &&
this->glo.get() == other.glo.get() &&
this->guide_rate.get() == other.guide_rate.get() &&