summaryrefslogtreecommitdiff
path: root/include/http_core.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_core.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_core.h')
-rw-r--r--include/http_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/http_core.h b/include/http_core.h
index e674915b8a..ba66de8400 100644
--- a/include/http_core.h
+++ b/include/http_core.h
@@ -808,6 +808,8 @@ AP_DECLARE(int) ap_state_query(int query_code);
#define AP_SQ_MAIN_STATE 0
/** are we going to serve requests or are we just testing/dumping config */
#define AP_SQ_RUN_MODE 1
+ /** generation of the top-level apache parent */
+#define AP_SQ_CONFIG_GEN 2
/*
* return values for ap_state_query()