summaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2015-02-05 09:41:29 +0100
committerReyk Floeter <reyk@esdenera.com>2015-02-05 09:41:29 +0100
commita0f456c3c650c7d5066a64b05a73011ddc12c23a (patch)
tree5c287bbe06afe6427bb62724868722ce79fb516c /httpd.h
parentf8166531e6655bcd2f0514d74dd61e864a8794c3 (diff)
downloadhttpd-a0f456c3c650c7d5066a64b05a73011ddc12c23a.tar.gz
httpd-a0f456c3c650c7d5066a64b05a73011ddc12c23a.zip
Fixing log locations
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/httpd.h b/httpd.h
index e1fc20e..fbf125a 100644
--- a/httpd.h
+++ b/httpd.h
@@ -381,6 +381,7 @@ TAILQ_HEAD(serverauth, auth);
struct server_config {
u_int32_t id;
+ u_int32_t parent_id;
char name[HOST_NAME_MAX+1];
char location[NAME_MAX];
char index[NAME_MAX];