summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorSebastian Benoit <benno@cvs.openbsd.org>2013-05-11 14:42:29 +0000
committerSebastian Benoit <benno@cvs.openbsd.org>2013-05-11 14:42:29 +0000
commitee9241880f9bba56f2d18b539ad59f2d169bf84c (patch)
tree0e732cd9d389f5d68707306f001348d9d0a4d59d /usr.sbin/bgpd/bgpd.h
parent40795472e8e0221f9f7b755a70f92a23a7a45d69 (diff)
change mrt rib dump ReopenTimerInterval from time_t to int. Intervalls
don't need to scale to 64 bits in this universe. ok claudio@ & florian@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 5e64703cab7..26f636a1bd8 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.276 2013/03/07 21:26:28 claudio Exp $ */
+/* $OpenBSD: bgpd.h,v 1.277 2013/05/11 14:42:28 benno Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -916,7 +916,7 @@ struct mrt_config {
char name[MRT_FILE_LEN]; /* base file name */
char file[MRT_FILE_LEN]; /* actual file name */
time_t ReopenTimer;
- time_t ReopenTimerInterval;
+ int ReopenTimerInterval;
};
/* prototypes */