From ff2f214842462eb348c66befeef1b63d508aa3fe Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Tue, 11 Sep 2007 16:02:56 +0000 Subject: Switch some more baudrates to 64 bit and initialize iface->baudrate. --- usr.sbin/ospfd/ospfd.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.sbin/ospfd/ospfd.h') diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index 9abb099d9e2..b80ae3f7b44 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.68 2007/06/19 16:45:15 reyk Exp $ */ +/* $OpenBSD: ospfd.h,v 1.69 2007/09/11 16:02:55 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby @@ -342,7 +342,7 @@ struct iface { struct nbr *self; struct area *area; - u_int32_t baudrate; + u_int64_t baudrate; u_int32_t dead_interval; u_int32_t ls_ack_cnt; u_int32_t crypt_seq_num; @@ -438,7 +438,7 @@ struct kif_addr { struct kif { char ifname[IF_NAMESIZE]; - u_long baudrate; + u_int64_t baudrate; int flags; int mtu; u_short ifindex; @@ -472,7 +472,7 @@ struct ctl_iface { struct in_addr bdr_addr; time_t hello_timer; time_t uptime; - u_int32_t baudrate; + u_int64_t baudrate; u_int32_t dead_interval; unsigned int ifindex; int state; -- cgit v1.2.3