> On Fri, 2008-03-14 at 19:40 +0100,
zippel@linux-m68k.org wrote:
> > plain text document attachment (tick_length)
> > current_tick_length used to do a little more, but now it just returns
> > tick_length, which we can also access directly at the few places, where
> > it's needed.
> >
> > Signed-off-by: Roman Zippel <zippel@linux-m68k.org>
>
> Hrm. I'm not sure I like using a global variable instead of using an
> accessor function. At least with the accessor function folks couldn't
> just tweak the value outside ntp as easily.