mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 11:27:40 +08:00
550b1095de
This reverts commit dff6771da7
.
17 lines
251 B
C
17 lines
251 B
C
#pragma once
|
|
|
|
void rpc_stats_init();
|
|
void rpc_stats_finish();
|
|
|
|
void rpc_add();
|
|
void rpc_del();
|
|
void rpc_out();
|
|
|
|
void rpc_req_add();
|
|
void rpc_req_del();
|
|
void rpc_req_out();
|
|
|
|
void rpc_read_wait_add();
|
|
void rpc_read_wait_del();
|
|
void rpc_read_wait_out();
|