From: Jeff Trawick Date: Sun, 1 Dec 2013 18:46:56 +0000 (+0000) Subject: Follow-up to r1546759: Fix compilation when exception hooks aren't enabled. X-Git-Tag: 2.5.0-alpha~4795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a135988f0ce8e385ba5d51ee7aaf275fc4bb905e;p=apache 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 --- 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,