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