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 st...@apache.org on 2001/12/31 13:11:48 UTC

cvs commit: modperl-2.0/xs/maps apr_types.map

stas        01/12/31 04:11:48

  Modified:    lib/Apache ParseSource.pm
               xs/maps  apr_types.map
  Log:
  apr sources adjustment: new enum apr_lockmech_e
  
  Revision  Changes    Path
  1.33      +1 -1      modperl-2.0/lib/Apache/ParseSource.pm
  
  Index: ParseSource.pm
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/lib/Apache/ParseSource.pm,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- ParseSource.pm	7 Nov 2001 03:14:54 -0000	1.32
  +++ ParseSource.pm	31 Dec 2001 12:11:48 -0000	1.33
  @@ -174,7 +174,7 @@
   
   my %enums_wanted = (
       Apache => { map { $_, 1 } qw(cmd_how input_mode filter_type) },
  -    APR => { map { $_, 1 } qw(apr_shutdown_how apr_read_type) },
  +    APR => { map { $_, 1 } qw(apr_shutdown_how apr_read_type apr_lockmech) },
   );
   
   my $defines_unwanted = join '|', qw{
  
  
  
  1.11      +1 -0      modperl-2.0/xs/maps/apr_types.map
  
  Index: apr_types.map
  ===================================================================
  RCS file: /home/cvs/modperl-2.0/xs/maps/apr_types.map,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- apr_types.map	17 Sep 2001 00:38:07 -0000	1.10
  +++ apr_types.map	31 Dec 2001 12:11:48 -0000	1.11
  @@ -93,6 +93,7 @@
   apr_os_lock_t        | NOTIMPL
   struct apr_lock_t    | APR::Lock
   apr_locktype_e       | IV
  +apr_lockmech_e       | IV
   apr_lockscope_e      | IV
   apr_readerwriter_e   | IV
   apr_lockmech_e_np    | IV