]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update with new hooks.
authorManoj Kasichainula <manoj@apache.org>
Tue, 3 Aug 1999 18:17:51 +0000 (18:17 +0000)
committerManoj Kasichainula <manoj@apache.org>
Tue, 3 Aug 1999 18:17:51 +0000 (18:17 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83559 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/dexter/dexter.c
server/mpm/mpmt_pthread/mpmt_pthread.c

index dd38197956ed4afb2644863fa2e83bf57e23f37c..192616a945319719737f89f98678ac5a2c624e54 100644 (file)
@@ -1691,8 +1691,6 @@ LISTEN_COMMANDS
 
 module MODULE_VAR_EXPORT mpm_dexter_module = {
     STANDARD20_MODULE_STUFF,
-    NULL,                       /* post_config */
-    NULL,                      /* open_logs */
     NULL,                      /* child_init */
     NULL,                      /* create per-directory config structure */
     NULL,                      /* merge per-directory config structures */
index 49fd45af303f51d4d1fb1df1e9d54aabee7afd59..d89db17370121661b4ece488e8c4a59ad7767cfc 100644 (file)
@@ -1763,8 +1763,6 @@ LISTEN_COMMANDS
 
 module MODULE_VAR_EXPORT mpm_mpmt_pthread_module = {
     STANDARD20_MODULE_STUFF,
-    NULL,                       /* post_config */
-    NULL,                      /* open_logs */
     NULL,                      /* child_init */
     NULL,                      /* create per-directory config structure */
     NULL,                      /* merge per-directory config structures */