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

Method OnSendLearnValue_Ack

src/algorithm/learner.cpp:533–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533void Learner :: OnSendLearnValue_Ack(const PaxosMsg & oPaxosMsg)
534{
535 BP->GetLearnerBP()->OnSendLearnValue_Ack();
536
537 PLGHead("Msg.Ack.Instanceid %lu Msg.from_nodeid %lu", oPaxosMsg.instanceid(), oPaxosMsg.nodeid());
538
539 m_oLearnerSender.Ack(oPaxosMsg.instanceid(), oPaxosMsg.nodeid());
540}
541
542//////////////////////////////////////////////////////////////
543

Callers

nothing calls this directly

Calls 1

OnSendLearnValue_AckMethod · 0.80

Tested by

no test coverage detected