diff options
author | Jim Jagielski <jim@apache.org> | 2011-03-31 17:12:09 +0200 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2011-03-31 17:12:09 +0200 |
commit | 6bd438fe642d1c43ff86d918277ace389b25b54e (patch) | |
tree | bbfbd55ddc8b4947b239a369ba46e17107b6e38e /include/http_core.h | |
parent | Cleaned up NetWare NWGNUtail.inc. (diff) | |
download | apache2-6bd438fe642d1c43ff86d918277ace389b25b54e.tar.xz apache2-6bd438fe642d1c43ff86d918277ace389b25b54e.zip |
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.h | 2 |
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() |