summaryrefslogtreecommitdiff
path: root/sys/net/if_bridge.h
diff options
context:
space:
mode:
authorJason Wright <jason@cvs.openbsd.org>2001-03-22 03:48:30 +0000
committerJason Wright <jason@cvs.openbsd.org>2001-03-22 03:48:30 +0000
commit4da765406150e0d45ae9546fba155b3529e2f9cc (patch)
tree77a6f0ebf4c5f3e270c9f40d739164181c94ffae /sys/net/if_bridge.h
parentaa6d5095c29e53b87f89b9fcb462a41a1ffda3c2 (diff)
let bstp_transmit_tcn() handle all of the work for sending TCN messages
and remove unnecessary structure element
Diffstat (limited to 'sys/net/if_bridge.h')
-rw-r--r--sys/net/if_bridge.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_bridge.h b/sys/net/if_bridge.h
index 8ed3a5462ea..1ce77c3094d 100644
--- a/sys/net/if_bridge.h
+++ b/sys/net/if_bridge.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_bridge.h,v 1.13 2000/12/12 03:41:22 jason Exp $ */
+/* $OpenBSD: if_bridge.h,v 1.14 2001/03/22 03:48:29 jason Exp $ */
/*
* Copyright (c) 1999, 2000 Jason L. Wright (jason@thought.net)
@@ -196,7 +196,6 @@ struct bridge_iflist {
struct bridge_timer bif_message_age_timer;
struct bridge_timer bif_forward_delay_timer;
struct bstp_config_unit bif_config_bpdu;
- struct bstp_tcn_unit bif_tcn_bpdu;
u_int16_t bif_port_id;
u_int16_t bif_designated_port;
u_int8_t bif_state;