]> granicus.if.org Git - apache/commitdiff
correct struct fields comments
authorStas Bekman <stas@apache.org>
Thu, 12 Aug 2004 05:22:59 +0000 (05:22 +0000)
committerStas Bekman <stas@apache.org>
Thu, 12 Aug 2004 05:22:59 +0000 (05:22 +0000)
PR:
Obtained from:
Submitted by:
Reviewed by:

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@104633 13f79535-47bb-0310-9956-ffa450edef68

include/httpd.h

index b39208b76abaa14e9970c7a83d57ffd89395b674..8ff392bf8f59b4df17c2df8435e106153cfd3e84 100644 (file)
@@ -873,7 +873,7 @@ struct request_rec {
     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;
@@ -997,10 +997,11 @@ struct conn_rec {
 
     /** 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;