Date: Thu, 28 Jul 2016 11:20:34 +0300 From: Konstantin Belousov <kostikbel@gmail.com> To: Bryan Drewery <bdrewery@FreeBSD.org> Cc: Konstantin Belousov <kib@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: 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 Message-ID: <20160728082034.GQ38613@kib.kiev.ua> In-Reply-To: <408dac83-72d2-65f2-880b-bb887069acf9@FreeBSD.org> References: <201607271108.u6RB8xQh074927@repo.freebsd.org> <408dac83-72d2-65f2-880b-bb887069acf9@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160728082034.GQ38613>