diff options
Diffstat (limited to 'include/httpd.h')
-rw-r--r-- | include/httpd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/httpd.h b/include/httpd.h index 81551f4188..b9773360be 100644 --- a/include/httpd.h +++ b/include/httpd.h @@ -800,6 +800,7 @@ struct request_rec { /** A list of filters to be used for this request * @defvar ap_filter_t *filters */ struct ap_filter_t *filters; + int eos_sent; /* Things placed at the end of the record to avoid breaking binary * compatibility. It would be nice to remember to reorder the entire |