aboutsummaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
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];