MCPcopy Create free account
hub / github.com/acl-dev/acl / rpc_onover

Method rpc_onover

app/net_tools/ping/ping.cpp:83–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81// ���߳�������
82
83void 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
92void ping::rpc_wakeup(void*)
93{

Callers

nothing calls this directly

Calls 2

ping_reportMethod · 0.45
forkMethod · 0.45

Tested by

no test coverage detected