We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd82389 commit 2d68abcCopy full SHA for 2d68abc
1 file changed
syncd/Syncd.cpp
@@ -95,7 +95,7 @@ Syncd::Syncd(
95
96
m_virtualObjectIdManager =
97
std::make_shared<sairedis::VirtualObjectIdManager>(
98
- 0, // TODO global context, get from command line
+ m_commandLineOptions->m_globalContext,
99
m_switchConfigContainer,
100
m_redisVidIndexGenerator);
101
0 commit comments