diff options
| author | Ryan Bloom <rbb@apache.org> | 2001-11-13 17:44:07 +0000 |
|---|---|---|
| committer | Ryan Bloom <rbb@apache.org> | 2001-11-13 17:44:07 +0000 |
| commit | 3d76585bad8735f26cddb0d63d02af57ef82b21d (patch) | |
| tree | a9c94d238a8aaf60540a9905a4032ec30e81fd5c /include/http_connection.h | |
| parent | e304dcda410d1d988d8dd84de07f0fef0a64f829 (diff) | |
| download | httpd-3d76585bad8735f26cddb0d63d02af57ef82b21d.tar.gz | |
Back out my last patch. The logic to add sockets to pollsets is back in
the MPM
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@91906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_connection.h')
| -rw-r--r-- | include/http_connection.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/http_connection.h b/include/http_connection.h index 53cb0a9675..3a61963771 100644 --- a/include/http_connection.h +++ b/include/http_connection.h @@ -143,8 +143,6 @@ AP_DECLARE_HOOK(int,process_connection,(conn_rec *c)) AP_DECLARE_HOOK(conn_rec *, create_connection, (apr_pool_t *p, apr_socket_t *csd, int conn_id)) -AP_DECLARE_HOOK(int, add_listeners, (apr_pollfd_t *pollset, apr_socket_t **listensocks, int num_listensocks)) - #ifdef __cplusplus } #endif |
