mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-01 03:17:37 +08:00
17 lines
267 B
C
17 lines
267 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();
|