On Wed, Jul 27, 2016 at 08:21:21PM -0700, Bryan Drewery wrote:
> On 7/27/2016 4:08 AM, Konstantin Belousov wrote:
> > +void
> > +getboottime(struct timeval *boottime)
> > +{
> > +
> > + *boottime = boottime_x;
> > +}
> > +
> > +void
> > +getboottimebin(struct bintime *boottimebin)
> > +{
> > +
> > + *boottimebin = boottimebin_x;
> > +}
>
> Is there benefit to moving these to a header and making them explicitly
> inline?
>
No.
See r303387.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"