From: William A. Rowe Jr Date: Fri, 1 Nov 2002 18:07:52 +0000 (+0000) Subject: Well that was a little borked, if you were having stack problems using X-Git-Tag: 2.0.44~167 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fde1ff1bf8dc9e63b47aca3a7e9c066674095283;p=apache Well that was a little borked, if you were having stack problems using logio the missing pre_connection hook declartion could have something to do with it. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97379 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/loggers/mod_logio.c b/modules/loggers/mod_logio.c index ea922e016d..ea681ad8f3 100644 --- a/modules/loggers/mod_logio.c +++ b/modules/loggers/mod_logio.c @@ -81,6 +81,7 @@ #include "httpd.h" #include "http_core.h" #include "http_config.h" +#include "http_connection.h" #include "http_protocol.h" module AP_MODULE_DECLARE_DATA logio_module; @@ -182,7 +183,7 @@ static apr_status_t logio_out_filter(ap_filter_t *f, * The hooks... */ -static int logio_pre_conn(conn_rec *c) { +static int logio_pre_conn(conn_rec *c, void *csd) { logio_config_t *cf = apr_pcalloc(c->pool, sizeof(*cf)); ap_set_module_config(c->conn_config, &logio_module, cf); diff --git a/os/win32/BaseAddr.ref b/os/win32/BaseAddr.ref index 5fdf1c57a0..8243d37e1a 100644 --- a/os/win32/BaseAddr.ref +++ b/os/win32/BaseAddr.ref @@ -60,3 +60,4 @@ mod_authz_default 0x6FB20000 0x00010000 mod_authz_groupfile 0x6FB10000 0x00010000 mod_authz_host 0x6FB00000 0x00010000 mod_authz_user 0x6FAF0000 0x00010000 +mod_logio 0x6FAE0000 0x00010000