[ovs-dev] [vlog 2/6] vlog: Make vlog_init() call time_init().

Ben Pfaff blp at nicira.com
Fri Jul 16 16:45:52 UTC 2010


On Thu, Jul 15, 2010 at 05:51:00PM -0700, Jesse Gross wrote:
> On Wed, Jul 14, 2010 at 4:20 PM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > vlog uses the time module, so it should initialize it.  Otherwise, calling
> > vlog_init() without first calling time_init() causes an assertion failure
> > in time_now().
> 
> Should we make time_now() initialize itself if time_init() hasn't already
> been called as well?

I had some reason I didn't want to do that, but I don't remember what it
was anymore.  I think it's a reasonable thing to do.  I'll work on that.




More information about the dev mailing list