[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apache-cvs
Subject:    svn commit: r106932 - /httpd/httpd/trunk/include/httpd.h
From:       wrowe () apache ! org
Date:       2004-11-29 17:41:51
Message-ID: 20041129174151.85381.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: wrowe
Date: Mon Nov 29 09:41:49 2004
New Revision: 106932

URL: http://svn.apache.org/viewcvs?view=rev&rev=106932
Log:

  Usage was inconsistent with the rest of ap_filter_t examples;
  we always presume the typedef'fed flavor of such symbol names.

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

Modified: httpd/httpd/trunk/include/httpd.h
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/include/httpd.h?view=diff&rev=106 \
932&p1=httpd/httpd/trunk/include/httpd.h&r1=106931&p2=httpd/httpd/trunk/include/httpd.h&r2=106932
 ==============================================================================
--- httpd/httpd/trunk/include/httpd.h	(original)
+++ httpd/httpd/trunk/include/httpd.h	Mon Nov 29 09:41:49 2004
@@ -910,16 +910,16 @@
     const struct htaccess_result *htaccess;
 
     /** A list of output filters to be used for this request */
-    struct ap_filter_t *output_filters;
+    ap_filter_t *output_filters;
     /** A list of input filters to be used for this request */
-    struct ap_filter_t *input_filters;
+    ap_filter_t *input_filters;
 
     /** A list of protocol level output filters to be used for this
      *  request */
-    struct ap_filter_t *proto_output_filters;
+    ap_filter_t *proto_output_filters;
     /** A list of protocol level input filters to be used for this
      *  request */
-    struct ap_filter_t *proto_input_filters;
+    ap_filter_t *proto_input_filters;
 
     /** A flag to determine if the eos bucket has been sent yet */
     int eos_sent;
@@ -1007,9 +1007,9 @@
      *  another. must remain valid for all requests on this conn */
     apr_table_t *notes;
     /** A list of input filters to be used for this connection */
-    struct ap_filter_t *input_filters;
+    ap_filter_t *input_filters;
     /** A list of output filters to be used for this connection */
-    struct ap_filter_t *output_filters;
+    ap_filter_t *output_filters;
     /** handle to scoreboard information for this connection */
     void *sbh;
     /** The bucket allocator to use for all bucket/brigade creations */


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic