[ovs-dev] [PATCH] timeval: Remove prototype for unimplemented function.

Ben Pfaff blp at nicira.com
Mon Apr 29 22:02:46 UTC 2013


Thanks, applied to master.

On Mon, Apr 29, 2013 at 03:00:55PM -0700, Justin Pettit wrote:
> Looks good.
> 
> --Justin
> 
> 
> On Apr 29, 2013, at 2:57 PM, Ben Pfaff <blp at nicira.com> wrote:
> 
> > Signed-off-by: Ben Pfaff <blp at nicira.com>
> > ---
> > lib/timeval.h |    1 -
> > 1 files changed, 0 insertions(+), 1 deletions(-)
> > 
> > diff --git a/lib/timeval.h b/lib/timeval.h
> > index 72cf498..b74fe12 100644
> > --- a/lib/timeval.h
> > +++ b/lib/timeval.h
> > @@ -70,7 +70,6 @@ void time_wall_timespec(struct timespec *);
> > void time_alarm(unsigned int secs);
> > int time_poll(struct pollfd *, int n_pollfds, long long int timeout_when,
> >               int *elapsed);
> > -bool time_cached(void);
> > 
> > long long int timespec_to_msec(const struct timespec *);
> > long long int timeval_to_msec(const struct timeval *);
> > -- 
> > 1.7.2.5
> > 
> > _______________________________________________
> > dev mailing list
> > dev at openvswitch.org
> > http://openvswitch.org/mailman/listinfo/dev
> 



More information about the dev mailing list