On Fri, Jul 12, 2002 at 12:13:54AM -0000, Justin Erenkrantz wrote:
> jerenkrantz    2002/07/11 17:13:54
> 
>   Modified:    .        STATUS
>   Log:
>   IMHO, apr_time_t should be treated as an opaque value.  The library should 
> be
>   free to change the implementation details whenever it wants.

There are two *huge* things wrong with this:

1) apr_time_t has always been a scalar
2) making apr_time_t an opaque type would make it so horribly inefficient
   that we might as well leave it as sorta-slow decimal usecs.

-aaron

Reply via email to