Your message reads: Received: from mail.apache.org (unverified [209.237.227.199]) by mail.hotspace.com.au (Rockliffe SMTPRA 4.5.6) with SMTP id <[EMAIL PROTECTED]> for <[EMAIL PROTECTED]>; Tue, 24 May 2005 04:21:50 +1000 Received: (qmail 30519 invoked by uid 500); 23 May 2005 18:17:31 -0000 Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm Precedence: bulk list-help: <mailto:[EMAIL PROTECTED]> list-unsubscribe: <mailto:[EMAIL PROTECTED]> List-Post: <mailto:[email protected]> Reply-To: [email protected] List-Id: <modperl-cvs.perl.apache.org> Delivered-To: mailing list [email protected] Received: (qmail 30506 invoked by uid 99); 23 May 2005 18:17:31 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 23 May 2005 11:17:31 -0700 Received: (qmail 69020 invoked by uid 65534); 23 May 2005 18:17:30 -0000 Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Subject: svn commit: r177993 - /perl/modperl/trunk/xs/tables/current/Apache2/FunctionTable.pm Date: Mon, 23 May 2005 18:17:30 -0000 To: [email protected] From: [EMAIL PROTECTED] X-Mailer: svnmailer-1.0.0-dev X-Virus-Checked: Checked
Author: stas Date: Mon May 23 11:17:29 2005 New Revision: 177993 URL: http://svn.apache.org/viewcvs?rev=3D177993&view=3Drev 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/Apa= che2/FunctionTable.pm?rev=3D177993&r1=3D177992&r2=3D177993&view=3Ddiff =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D --- perl/modperl/trunk/xs/tables/current/Apache2/FunctionTable.pm (original) +++ perl/modperl/trunk/xs/tables/current/Apache2/FunctionTable.pm Mon May 2= 3 11:17:29 2005 @@ -1,8 +1,8 @@ package Apache2::FunctionTable; =20 # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -# ! 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 ! # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! =20 @@ -4326,6 +4326,16 @@ }, { 'return_type' =3D> 'void', + 'name' =3D> 'ap_register_extra_mpm_process', + 'args' =3D> [ + { + 'type' =3D> 'pid_t', + 'name' =3D> 'pid' + } + ] + }, + { + 'return_type' =3D> 'void', 'name' =3D> 'ap_register_hooks', 'args' =3D> [ { @@ -5904,12 +5914,8 @@ 'name' =3D> 'ap_time_process_request', 'args' =3D> [ { - 'type' =3D> 'int', - 'name' =3D> 'child_num' - }, - { - 'type' =3D> 'int', - 'name' =3D> 'thread_num' + 'type' =3D> 'ap_sb_handle_t *', + 'name' =3D> 'sbh' }, { 'type' =3D> 'int', @@ -5944,6 +5950,16 @@ { 'type' =3D> 'char *', 'name' =3D> 'url' + } + ] + }, + { + 'return_type' =3D> 'int', + 'name' =3D> 'ap_unregister_extra_mpm_process', + 'args' =3D> [ + { + 'type' =3D> 'pid_t', + 'name' =3D> 'pid' } ] }, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
