I think I we need fixing the typemap for apr_interval_time_t to NV, 
because it's:

/** intervals for I/O timeouts, in microseconds */
typedef apr_int64_t apr_interval_time_t;

64bit != IV, but NV

am I correct?

Index: xs/maps/apr_types.map
===================================================================
RCS file: /home/cvs/modperl-2.0/xs/maps/apr_types.map,v
retrieving revision 1.12
diff -u -r1.12 apr_types.map
--- xs/maps/apr_types.map       10 Mar 2002 00:11:50 -0000      1.12
+++ xs/maps/apr_types.map       14 Mar 2002 11:24:39 -0000
@@ -139,7 +139,7 @@
  apr_ssize_t            | IV
  apr_size_t             | IV
  apr_time_t             | NV
-apr_interval_time_t    | IV
+apr_interval_time_t    | NV
  apr_gid_t              | IV
  apr_uid_t              | IV
  apr_off_t              | IV

_________________________________________________________________
Stas Bekman             JAm_pH      --   Just Another mod_perl Hacker
http://stason.org/      mod_perl Guide   http://perl.apache.org/guide
mailto:[EMAIL PROTECTED]  http://ticketmaster.com http://apacheweek.com
http://singlesheaven.com http://perl.apache.org http://perlmonth.com/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to