| 531 | } |
| 532 | |
| 533 | void 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 |
nothing calls this directly
no test coverage detected