You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2019/08/10 15:46:45 UTC

svn commit: r1864879 - /httpd/httpd/trunk/include/httpd.h

Author: jailletc36
Date: Sat Aug 10 15:46:45 2019
New Revision: 1864879

URL: http://svn.apache.org/viewvc?rev=1864879&view=rev
Log:
Revert r1864878.
This breaks compilation because of a use defore definition.

Modified:
    httpd/httpd/trunk/include/httpd.h

Modified: httpd/httpd/trunk/include/httpd.h
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/include/httpd.h?rev=1864879&r1=1864878&r2=1864879&view=diff
==============================================================================
--- httpd/httpd/trunk/include/httpd.h (original)
+++ httpd/httpd/trunk/include/httpd.h Sat Aug 10 15:46:45 2019
@@ -1229,7 +1229,7 @@ struct conn_rec {
     struct ap_filter_conn_ctx *filter_conn_ctx;
 
     /** The minimum level of filter type to allow setaside buckets */
-    ap_filter_type async_filter;
+    int async_filter;
 };
 
 struct conn_slave_rec {