svn commit: r303382 - in head/sys: compat/linprocfs fs/devfs fs/fdescfs fs/nfs fs/procfs kern net net/altq netpfil/ipfw nfs rpc/rpcsec_gss sys

Konstantin Belousov kostikbel at gmail.com
Thu Jul 28 08:20:44 UTC 2016


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.


More information about the svn-src-all mailing list