summaryrefslogtreecommitdiff
path: root/include/mpm_common.h
diff options
context:
space:
mode:
authorColm MacCarthaigh <colm@apache.org>2005-08-29 09:28:27 +0000
committerColm MacCarthaigh <colm@apache.org>2005-08-29 09:28:27 +0000
commit5a0531c52eb79dc95e24574b3e6d608ac1f728af (patch)
tree80c64193df34a3901f9ff5a373483d6ffbe8056c /include/mpm_common.h
parent8c1e315d3f23dd93529fd9605da571c4af9dfbf6 (diff)
downloadhttpd-5a0531c52eb79dc95e24574b3e6d608ac1f728af.tar.gz
Move the "GracefulShutdownTimeout" command definition into mpm_common
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@264103 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/mpm_common.h')
-rw-r--r--include/mpm_common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/mpm_common.h b/include/mpm_common.h
index d81f6c8d4b..c385fda1a5 100644
--- a/include/mpm_common.h
+++ b/include/mpm_common.h
@@ -316,6 +316,10 @@ const char *ap_mpm_set_coredumpdir(cmd_parms *cmd, void *dummy,
extern int ap_graceful_shutdown_timeout;
const char *ap_mpm_set_graceful_shutdown(cmd_parms *cmd, void *dummy,
const char *arg);
+#define AP_GRACFUL_SHUTDOWN_TIMEOUT_COMMAND \
+AP_INIT_TAKE1("GracefulShutdownTimeout", ap_mpm_set_graceful_shutdown, NULL, \
+ RSRC_CONF, "Maximum time in seconds to wait for child " \
+ "processes to complete transactions during shutdown")
#endif