| 81 | // ���߳������� |
| 82 | |
| 83 | void ping::rpc_onover() |
| 84 | { |
| 85 | callback_->ping_report(total_pkt_, total_pkt_, error_pkt_); |
| 86 | ping_store* s = new ping_store(host_list_, callback_); |
| 87 | host_list_ = NULL; |
| 88 | rpc_manager::get_instance().fork(s); |
| 89 | delete this; |
| 90 | } |
| 91 | |
| 92 | void ping::rpc_wakeup(void*) |
| 93 | { |
nothing calls this directly
no test coverage detected