Skip to content

Commit

Permalink
MGM: initialize the conversion tracker state as 0.
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters1971 committed Dec 18, 2024
1 parent 5dccd0f commit 1b3d639
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mgm/tracker/ReplicationTracker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ using namespace eos::common;
ReplicationTracker::ReplicationTracker(const char* path) : mPath(path)
{
mVid = eos::common::VirtualIdentity::Root();
mConversionEnabled.store(0, std::memory_order_seq_cst);
mThread.reset(&ReplicationTracker::backgroundThread, this);
}

Expand Down

0 comments on commit 1b3d639

Please sign in to comment.