Author: stas
Date: Mon May 23 11:17:29 2005
New Revision: 177993
URL: http://svn.apache.org/viewcvs?rev=177993&view=rev
Log:
source_scan sync
Modified:
perl/modperl/trunk/xs/tables/current/Apache2/FunctionTable.pm
Modified: perl/modperl/trunk/xs/tables/current/Apache2/FunctionTable.pm
URL:
http://svn.apache.org/viewcvs/perl/modperl/trunk/xs/tables/current/Apache2/FunctionTable.pm?rev=177993&r1=177992&r2=177993&view=diff
==============================================================================
--- perl/modperl/trunk/xs/tables/current/Apache2/FunctionTable.pm (original)
+++ perl/modperl/trunk/xs/tables/current/Apache2/FunctionTable.pm Mon May 23
11:17:29 2005
@@ -1,8 +1,8 @@
package Apache2::FunctionTable;
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-# ! WARNING: generated by Apache::ParseSource/0.02
-# ! Fri Dec 10 14:14:09 2004
+# ! WARNING: generated by Apache2::ParseSource/0.02
+# ! Mon May 23 14:15:40 2005
# ! do NOT edit, any changes will be lost !
# !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
@@ -4326,6 +4326,16 @@
},
{
'return_type' => 'void',
+ 'name' => 'ap_register_extra_mpm_process',
+ 'args' => [
+ {
+ 'type' => 'pid_t',
+ 'name' => 'pid'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'void',
'name' => 'ap_register_hooks',
'args' => [
{
@@ -5904,12 +5914,8 @@
'name' => 'ap_time_process_request',
'args' => [
{
- 'type' => 'int',
- 'name' => 'child_num'
- },
- {
- 'type' => 'int',
- 'name' => 'thread_num'
+ 'type' => 'ap_sb_handle_t *',
+ 'name' => 'sbh'
},
{
'type' => 'int',
@@ -5944,6 +5950,16 @@
{
'type' => 'char *',
'name' => 'url'
+ }
+ ]
+ },
+ {
+ 'return_type' => 'int',
+ 'name' => 'ap_unregister_extra_mpm_process',
+ 'args' => [
+ {
+ 'type' => 'pid_t',
+ 'name' => 'pid'
}
]
},