You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by do...@apache.org on 2001/09/10 07:49:04 UTC

cvs commit: modperl-2.0/xs/maps apache_structures.map apr_structures.map

dougm       01/09/09 22:49:04

  Modified:    xs/maps  apache_structures.map apr_structures.map
  Log:
  update structure maps wrt current httpd-2.0
  
  Revision  Changes    Path
  1.9       +22 -1     modperl-2.0/xs/maps/apache_structures.map
  
  Index: apache_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apache_structures.map,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- apache_structures.map	2001/09/08 18:26:46	1.8
  +++ apache_structures.map	2001/09/10 05:49:04	1.9
  @@ -54,6 +54,7 @@
      unparsed_uri
      uri
      filename
  +   canonical_filename
      path_info
      args
   ~  finfo
  @@ -107,6 +108,7 @@
      aborted
      keepalive
   ?  double_reverse
  +>  keepalives
      local_ip
      local_host
      id
  @@ -114,7 +116,6 @@
      notes
      input_filters
      output_filters
  -   remain
   </conn_rec>
   
   !<server_addr_rec>
  @@ -240,3 +241,23 @@
      context
      err_directive
   </cmd_parms>
  +
  +!<ap_mgmt_item_t>
  +   description
  +   name
  +   vtype
  +   v
  +</ap_mgmt_item_t>
  +
  +!<ap_mgmt_value>
  +   s_value
  +   i_value
  +   h_value
  +</ap_mgmt_value>
  +
  +!<ap_pod_t>
  +   pod_in
  +   pod_out
  +   p
  +   sa
  +</ap_pod_t>
  
  
  
  1.6       +5 -2      modperl-2.0/xs/maps/apr_structures.map
  
  Index: apr_structures.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_structures.map,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- apr_structures.map	2001/08/19 17:33:32	1.5
  +++ apr_structures.map	2001/09/10 05:49:04	1.6
  @@ -2,6 +2,7 @@
   
   IGNORE: apr_pool_t apr_os_ apr_vformatter_buff_t apr_pool_t \
   apr_table_t apr_in_addr_t apr_bucket_ apr_md5_ctx_t apr_sha1_ctx_t \
  +apr_md4_ctx_t apr_sdbm_datum_t \
   apr_uuid_t apr_datum_t apr_mmap_t apr_hdtr_t apr_ipsubnet_t
   
   #buckets
  @@ -22,6 +23,7 @@
      length
      start
      data
  +   sms
   </apr_bucket>
   
   !<apr_finfo_t>
  @@ -55,6 +57,7 @@
      addr_str_len
      ipaddr_ptr
      next
  +   family
   </apr_sockaddr_t>
   
   !<apr_proc_t>
  @@ -81,7 +84,7 @@
   #generic data structures
   
   !<apr_array_header_t>
  ->  cont
  +>  pool
   >  elt_size
      nelts
   >  nalloc
  @@ -129,7 +132,7 @@
      attr
      last_child
      ns_scope
  -   private
  +   priv
   </apr_xml_elem>
   
   <apr_xml_doc>