| 2493 | } |
| 2494 | |
| 2495 | void CNode::AbortMessage() UNLOCK_FUNCTION(cs_vSend) |
| 2496 | { |
| 2497 | ssSend.clear(); |
| 2498 | |
| 2499 | LEAVE_CRITICAL_SECTION(cs_vSend); |
| 2500 | |
| 2501 | LogPrint("net", "(aborted)\n"); |
| 2502 | } |
| 2503 | |
| 2504 | void CNode::EndMessage() UNLOCK_FUNCTION(cs_vSend) |
| 2505 | { |
nothing calls this directly
no test coverage detected