summaryrefslogtreecommitdiffstats
path: root/server
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2013-12-01 19:46:56 +0100
committerJeff Trawick <trawick@apache.org>2013-12-01 19:46:56 +0100
commita135988f0ce8e385ba5d51ee7aaf275fc4bb905e (patch)
treeb399c0638aa24717cd1f8f2d6307bd621ee6ce9f /server
parentSGC became dead in January 2000, effectively (diff)
downloadapache2-a135988f0ce8e385ba5d51ee7aaf275fc4bb905e.tar.xz
apache2-a135988f0ce8e385ba5d51ee7aaf275fc4bb905e.zip
Follow-up to r1546759: Fix compilation when exception hooks aren't enabled.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1546835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'server')
-rw-r--r--server/mpm_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/mpm_common.c b/server/mpm_common.c
index b5b142aac3..07e3d31e89 100644
--- a/server/mpm_common.c
+++ b/server/mpm_common.c
@@ -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,