MCPcopy Create free account
hub / github.com/Tencent/phxpaxos / SetLogSync

Method SetLogSync

src/node/pnode.cpp:707–715  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

705}
706
707void PNode :: SetLogSync(const int iGroupIdx, const bool bLogSync)
708{
709 if (!CheckGroupID(iGroupIdx))
710 {
711 return;
712 }
713
714 m_vecGroupList[iGroupIdx]->GetConfig()->SetLogSync(bLogSync);
715}
716
717//////////////////////////////////////////////////////////////////////
718

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected