]> granicus.if.org Git - apache/commitdiff
Well that was a little borked, if you were having stack problems using
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 1 Nov 2002 18:07:52 +0000 (18:07 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 1 Nov 2002 18:07:52 +0000 (18:07 +0000)
  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

modules/loggers/mod_logio.c
os/win32/BaseAddr.ref

index ea922e016d3addef166793d760aa9480d382522a..ea681ad8f303e81e49fc0a5db0f176a2a0f9bf27 100644 (file)
@@ -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);
index 5fdf1c57a0fb86ff449e0e8d0c558d25a3179f3a..8243d37e1a9eaefcb9509fb1bb54fbb3cf24b138 100644 (file)
@@ -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