diff --git a/orchagent/orch.h b/orchagent/orch.h index f89f936ec6..949ff4b0bb 100644 --- a/orchagent/orch.h +++ b/orchagent/orch.h @@ -82,6 +82,7 @@ class Executor : public Selectable // Decorating Selectable int getFd() override { return m_selectable->getFd(); } + int getPri() const override { return m_selectable->getPri(); } void readData() override { m_selectable->readData(); } bool hasCachedData() override { return m_selectable->hasCachedData(); } bool initializedWithData() override { return m_selectable->initializedWithData(); }