summaryrefslogtreecommitdiff
path: root/httpd.h
diff options
context:
space:
mode:
authorReyk Floeter <reyk@esdenera.com>2014-07-15 11:45:52 +0200
committerReyk Floeter <reyk@esdenera.com>2014-07-15 11:45:52 +0200
commit435ab22dd5d9496a355be35e6540f0063f656465 (patch)
tree4f2e62eb8e1f1153cebb221090ebaf861551eab9 /httpd.h
parent9b7e15e3badd2165021ca8d072da56cc0d993d70 (diff)
downloadhttpd-435ab22dd5d9496a355be35e6540f0063f656465.tar.gz
httpd-435ab22dd5d9496a355be35e6540f0063f656465.zip
sync inflight wip
Diffstat (limited to 'httpd.h')
-rw-r--r--httpd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/httpd.h b/httpd.h
index bd24c43..79e89fa 100644
--- a/httpd.h
+++ b/httpd.h
@@ -341,6 +341,8 @@ struct httpd {
#define HTTPD_OPT_LOGNOTIFY 0x10
#define HTTPD_OPT_LOGALL 0x18
+extern volatile int server_inflight;
+
/* control.c */
int control_init(struct privsep *, struct control_sock *);
int control_listen(struct control_sock *);