stas 2004/07/12 01:19:40
Modified: xs/tables/current/Apache FunctionTable.pm StructureTable.pm xs/tables/current/ModPerl FunctionTable.pm Log: scan update Revision Changes Path 1.58 +1 -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.57 retrieving revision 1.58 diff -u -u -r1.57 -r1.58 --- FunctionTable.pm 1 Jul 2004 01:43:19 -0000 1.57 +++ FunctionTable.pm 12 Jul 2004 08:19:40 -0000 1.58 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Wed Jun 30 17:40:06 2004 +# ! Mon Jul 12 01:18:27 2004 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! 1.43 +5 -1 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.42 retrieving revision 1.43 diff -u -u -r1.42 -r1.43 --- StructureTable.pm 12 Jul 2004 08:17:39 -0000 1.42 +++ StructureTable.pm 12 Jul 2004 08:19:40 -0000 1.43 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by Apache::ParseSource/0.02 -# ! Mon Jul 12 00:41:06 2004 +# ! Mon Jul 12 01:18:36 2004 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -1157,6 +1157,10 @@ { 'type' => 'apr_pool_t *', 'name' => 'p' + }, + { + 'type' => 'apr_sockaddr_t *', + 'name' => 'sa' } ] }, 1.171 +7 -2 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.170 retrieving revision 1.171 diff -u -u -r1.170 -r1.171 --- FunctionTable.pm 9 Jul 2004 08:01:22 -0000 1.170 +++ FunctionTable.pm 12 Jul 2004 08:19:40 -0000 1.171 @@ -2,7 +2,7 @@ # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! # ! WARNING: generated by ModPerl::ParseSource/0.01 -# ! Thu Jul 8 23:58:04 2004 +# ! Mon Jul 12 00:41:18 2004 # ! do NOT edit, any changes will be lost ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -4733,6 +4733,11 @@ ] }, { + 'return_type' => 'int', + 'name' => 'modperl_threads_started', + 'args' => [] + }, + { 'return_type' => 'void', 'name' => 'modperl_tipool_add', 'args' => [ @@ -6503,7 +6508,7 @@ }, { 'type' => 'SV *', - 'name' => 'bufsv' + 'name' => 'buffer' }, { 'type' => 'apr_size_t',