]> granicus.if.org Git - apache/commitdiff
Follow-up to r1546759: Fix compilation when exception hooks aren't enabled.
authorJeff Trawick <trawick@apache.org>
Sun, 1 Dec 2013 18:46:56 +0000 (18:46 +0000)
committerJeff Trawick <trawick@apache.org>
Sun, 1 Dec 2013 18:46:56 +0000 (18:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546835 13f79535-47bb-0310-9956-ffa450edef68

server/mpm_common.c

index b5b142aac367caeb6deb23ee7b5ce61d28c95807..07e3d31e89f184aff468d1a768320abb2727523a 100644 (file)
@@ -92,6 +92,8 @@ APR_HOOK_STRUCT(
     APR_HOOK_LINK(mpm_get_name)
     APR_HOOK_LINK(end_generation)
     APR_HOOK_LINK(child_status)
+    APR_HOOK_LINK(suspend_connection)
+    APR_HOOK_LINK(resume_connection)
 )
 #endif
 AP_IMPLEMENT_HOOK_RUN_ALL(int, monitor,