summaryrefslogtreecommitdiff
path: root/include/httpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/httpd.h')
-rw-r--r--include/httpd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h
index 4204cd0484..54bf838f4c 100644
--- a/include/httpd.h
+++ b/include/httpd.h
@@ -1167,6 +1167,9 @@ struct conn_rec {
#if APR_HAS_THREADS
apr_thread_t *current_thread;
#endif
+
+ /** The "real" master connection. NULL if I am the master. */
+ conn_rec *master;
};
/**