Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmarvell committed Dec 11, 2024
1 parent 98119ce commit d5cf2ae
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions lib/ServerSai.h
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,16 @@ namespace sairedis

sai_service_method_table_t m_service_method_table;

std::shared_ptr<SaiInterface> m_sai;

std::shared_ptr<std::thread> m_serverThread;

std::shared_ptr<SelectableChannel> m_selectableChannel;

swss::SelectableEvent m_serverThreadThreadShouldEndEvent;

private:

std::shared_ptr<SelectableChannel> m_selectableChannel;

std::shared_ptr<SaiInterface> m_sai;
};
}

0 comments on commit d5cf2ae

Please sign in to comment.