dougm       02/01/29 19:29:38

  Modified:    xs/tables/current/Apache FunctionTable.pm StructureTable.pm
               xs/tables/current/ModPerl FunctionTable.pm
  Log:
  sync
  
  Revision  Changes    Path
  1.33      +42 -1     modperl-2.0/xs/tables/current/Apache/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/FunctionTable.pm,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- FunctionTable.pm  29 Jan 2002 05:35:34 -0000      1.32
  +++ FunctionTable.pm  30 Jan 2002 03:29:38 -0000      1.33
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Mon Jan 28 20:30:40 2002
  +# !          Tue Jan 29 19:27:23 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -1757,6 +1757,11 @@
     },
     {
       'return_type' => 'apr_array_header_t *',
  +    'name' => 'ap_hook_get_install_transport_filters',
  +    'args' => []
  +  },
  +  {
  +    'return_type' => 'apr_array_header_t *',
       'name' => 'ap_hook_get_log_transaction',
       'args' => []
     },
  @@ -1954,6 +1959,28 @@
     },
     {
       'return_type' => 'void',
  +    'name' => 'ap_hook_install_transport_filters',
  +    'args' => [
  +      {
  +        'type' => 'ap_HOOK_install_transport_filters_t *',
  +        'name' => 'pf'
  +      },
  +      {
  +        'type' => 'const char * const *',
  +        'name' => 'aszPre'
  +      },
  +      {
  +        'type' => 'const char * const *',
  +        'name' => 'aszSucc'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'nOrder'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'void',
       'name' => 'ap_hook_log_transaction',
       'args' => [
         {
  @@ -4121,6 +4148,20 @@
         {
           'type' => 'request_rec *',
           'name' => 'r'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'int',
  +    'name' => 'ap_run_install_transport_filters',
  +    'args' => [
  +      {
  +        'type' => 'conn_rec *',
  +        'name' => 'c'
  +      },
  +      {
  +        'type' => 'apr_socket_t *',
  +        'name' => 'csd'
         }
       ]
     },
  
  
  
  1.29      +34 -5     modperl-2.0/xs/tables/current/Apache/StructureTable.pm
  
  Index: StructureTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/Apache/StructureTable.pm,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- StructureTable.pm 29 Jan 2002 05:35:34 -0000      1.28
  +++ StructureTable.pm 30 Jan 2002 03:29:38 -0000      1.29
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by Apache::ParseSource/0.02
  -# !          Mon Jan 28 20:30:43 2002
  +# !          Tue Jan 29 19:27:25 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -64,6 +64,10 @@
       'elts' => []
     },
     {
  +    'type' => 'ap_HOOK_install_transport_filters_t',
  +    'elts' => []
  +  },
  +  {
       'type' => 'ap_HOOK_log_transaction_t',
       'elts' => []
     },
  @@ -466,6 +470,31 @@
       ]
     },
     {
  +    'type' => 'ap_LINK_install_transport_filters_t',
  +    'elts' => [
  +      {
  +        'type' => 'ap_HOOK_install_transport_filters_t *',
  +        'name' => 'pFunc'
  +      },
  +      {
  +        'type' => 'const char *',
  +        'name' => 'szName'
  +      },
  +      {
  +        'type' => 'const char * const *',
  +        'name' => 'aszPredecessors'
  +      },
  +      {
  +        'type' => 'const char * const *',
  +        'name' => 'aszSuccessors'
  +      },
  +      {
  +        'type' => 'int',
  +        'name' => 'nOrder'
  +      }
  +    ]
  +  },
  +  {
       'type' => 'ap_LINK_log_transaction_t',
       'elts' => [
         {
  @@ -2425,10 +2454,6 @@
           'name' => 'vhost_lookup_data'
         },
         {
  -        'type' => 'apr_socket_t *',
  -        'name' => 'client_socket'
  -      },
  -      {
           'type' => 'apr_sockaddr_t *',
           'name' => 'local_addr'
         },
  @@ -2497,6 +2522,10 @@
           'name' => 'sbh'
         }
       ]
  +  },
  +  {
  +    'type' => 'core_net_rec',
  +    'elts' => []
     },
     {
       'type' => 'htaccess_result',
  
  
  
  1.58      +15 -1     modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm
  
  Index: FunctionTable.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm,v
  retrieving revision 1.57
  retrieving revision 1.58
  diff -u -r1.57 -r1.58
  --- FunctionTable.pm  25 Jan 2002 04:04:12 -0000      1.57
  +++ FunctionTable.pm  30 Jan 2002 03:29:38 -0000      1.58
  @@ -2,7 +2,7 @@
   
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   # ! WARNING: generated by ModPerl::ParseSource/0.01
  -# !          Thu Jan 24 20:01:03 2002
  +# !          Tue Jan 29 19:27:57 2002
   # !          do NOT edit, any changes will be lost !
   # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   
  @@ -4075,6 +4075,20 @@
         {
           'type' => 'apr_bucket *',
           'name' => 'bucket'
  +      }
  +    ]
  +  },
  +  {
  +    'return_type' => 'SV *',
  +    'name' => 'mpxs_APR__String_strfsize',
  +    'args' => [
  +      {
  +        'type' => 'PerlInterpreter *',
  +        'name' => 'my_perl'
  +      },
  +      {
  +        'type' => 'apr_off_t',
  +        'name' => 'size'
         }
       ]
     },
  
  
  


Reply via email to