| 90 | } |
| 91 | |
| 92 | void ping::rpc_wakeup(void*) |
| 93 | { |
| 94 | callback_->ping_report(total_pkt_, curr_pkt_, error_pkt_); |
| 95 | } |
| 96 | |
| 97 | ////////////////////////////////////////////////////////////////////////// |
| 98 | // ���߳������� |
nothing calls this directly
no test coverage detected