]> git.puffer.fish Git - matthieu/frr.git/commit
*: Define the number of seconds in a Day, Week and year
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Aug 2017 12:24:17 +0000 (08:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Aug 2017 13:06:22 +0000 (09:06 -0400)
commit99a6a31e5093159c75d950b8b6f30116a6152ac0
treef5f9733c85d14f76579333fd65222a324a565eb4
parent00857b241e6c27efad54a19b4226c37f04d80bf5
*: Define the number of seconds in a Day, Week and year

The defines:

ONE_DAY_SECOND
ONE_WEEK_SECOND
ONE_YEAR_SECOND

were being defined all over the system, move the
define to a central location.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_damp.c
bgpd/bgpd.c
isisd/isis_misc.c
lib/monotime.h
ripd/rip_peer.c
ripngd/ripng_peer.c
zebra/zebra_vty.c
zebra/zserv.c