summaryrefslogtreecommitdiff
path: root/include/http_main.h
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2011-03-31 15:12:09 +0000
committerJim Jagielski <jim@apache.org>2011-03-31 15:12:09 +0000
commit6bd438fe642d1c43ff86d918277ace389b25b54e (patch)
treebbfbd55ddc8b4947b239a369ba46e17107b6e38e /include/http_main.h
parente13e716026cf5a9da1cbef8870431dcb3138fa56 (diff)
downloadhttpd-6bd438fe642d1c43ff86d918277ace389b25b54e.tar.gz
Add in a configuration generation... this is independent of
MPM gen, just in case we ever switch MPMs at a graceful ;) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1087331 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/http_main.h')
-rw-r--r--include/http_main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/http_main.h b/include/http_main.h
index d23e049924..68ecf27a0d 100644
--- a/include/http_main.h
+++ b/include/http_main.h
@@ -51,6 +51,8 @@ AP_DECLARE_DATA extern apr_pool_t *ap_pglobal;
AP_DECLARE_DATA extern int ap_main_state;
/** run mode (normal, config test, config dump, ...) */
AP_DECLARE_DATA extern int ap_run_mode;
+/** run mode (normal, config test, config dump, ...) */
+AP_DECLARE_DATA extern int ap_config_generation;
/* for -C, -c and -D switches */
/** An array of all -C directives. These are processed before the server's