connect_monitor: add three callback for application to handle

This commit is contained in:
zsx 2018-06-04 18:11:43 +08:00
parent 6176ef4b37
commit e4061f8f82
2 changed files with 13 additions and 8 deletions

View File

@ -26,8 +26,9 @@ public:
virtual ~connect_monitor();
/**
* acl::rpc_service
* IO
*
* acl::rpc_service
* IO
* @param max_threads {int} rpc_service 线线
* @param addr {const char*} rpc_service
* UNIX 使
@ -70,9 +71,9 @@ public:
}
/**
*
* 线
* 线
*
* 线
* 线
* @param checker {check_client&}
* check_client
* 1) get_conn
@ -83,8 +84,9 @@ public:
virtual void nio_check(check_client& checker, aio_socket_stream& conn);
/**
* IO 线线
* IO
* IO 线线
*
* IO
* @param checker {check_client&}
* check_client
* 1) get_addr

View File

@ -1,4 +1,4 @@
%define release_id 2
%define release_id 3
Summary: The powerful c/c++ library and server framework
Name: acl-libs
@ -133,6 +133,9 @@ fi
%changelog
* Mon Jun 04 2018 zhengshuxin@qiyi.com 3.4.1-3-20180604.18
- connect_monitor: add three callback for application to handle
* Tue May 17 2018 zhengshuxin@qiyi.com 3.4.1-2-20180517.16
- fixed bugs in acl_write_wait.c