Skip to content

Commit 62c05f6

Browse files
committed
Distributed: Set isDistributed flag in NetworkManagerSecondary
Signed-off-by: Rhys Mainwaring <rhys.mainwaring@me.com>
1 parent ac668e8 commit 62c05f6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/network/NetworkManagerSecondary.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ void NetworkManagerSecondary::OnStep(
193193
auto info = convert<UpdateInfo>(_msg.stats());
194194

195195
// Set the secondaryNamespace
196+
info.isDistributed = true;
196197
info.secondaryNamespace = this->Namespace();
197198

198199
// Step runner

0 commit comments

Comments
 (0)