mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
cc05b877a2
first commit acl to github
16 lines
226 B
C
16 lines
226 B
C
#pragma once
|
|
|
|
void rpc_stats_init();
|
|
|
|
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();
|