You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by st...@apache.org on 2004/08/12 07:22:53 UTC

cvs commit: httpd-2.0/include httpd.h

stas        2004/08/11 22:22:53

  Modified:    include  Tag: APACHE_2_0_BRANCH httpd.h
  Log:
  correct struct fields comments
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.191.2.13 +5 -4      httpd-2.0/include/httpd.h
  
  Index: httpd.h
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/httpd.h,v
  retrieving revision 1.191.2.12
  retrieving revision 1.191.2.13
  diff -u -u -r1.191.2.12 -r1.191.2.13
  --- httpd.h	9 Feb 2004 20:54:34 -0000	1.191.2.12
  +++ httpd.h	12 Aug 2004 05:22:52 -0000	1.191.2.13
  @@ -857,7 +857,7 @@
       char *path_info;
       /** The QUERY_ARGS extracted from this request */
       char *args;	
  -    /** ST_MODE set to zero if no such file */
  +    /**  finfo.protection (st_mode) set to zero if no such file */
       apr_finfo_t finfo;
       /** A struct containing the components of URI */
       apr_uri_t parsed_uri;
  @@ -981,10 +981,11 @@
   
       /** ID of this connection; unique at any point in time */
       long id; 
  -    /** Notes on *this* connection */
  +    /** Config vector containing pointers to connections per-server
  +     *  config structures. */
       struct ap_conf_vector_t *conn_config;
  -    /** send note from one module to another, must remain valid for all
  -     *  requests on this conn */
  +    /** Notes on *this* connection: send note from one module to
  +     *  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;