]> git.ipfire.org Git - thirdparty/bird.git/commit
Timers: Parse and format functions for microsecond times
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 6 Jun 2017 14:47:30 +0000 (16:47 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 7 Dec 2017 12:49:27 +0000 (13:49 +0100)
commitf047271cb963c62663687d63b2f7cf8dd5edfbb7
treecec19ec5f00167aabc3a5233cef5bc6c5e384526
parent025525266f6861437ca54aca2a86eb505a486baf
Timers: Parse and format functions for microsecond times

Date/time output (e.g. in logs, show commands) can use %f to specify
subsecond time. By default, millisecond precision is used in output.
21 files changed:
conf/conf.c
conf/conf.h
conf/confbase.Y
doc/bird.sgml
lib/timer.c
lib/timer.h
nest/cmds.c
nest/config.Y
nest/password.c
nest/password.h
nest/proto.c
nest/protocol.h
nest/route.h
nest/rt-show.c
nest/rt-table.c
proto/bfd/bfd.c
proto/bfd/bfd.h
sysdep/unix/config.Y
sysdep/unix/io.c
sysdep/unix/log.c
sysdep/unix/timer.h