diff options
Diffstat (limited to 'sys/net/if_switch.h')
-rw-r--r-- | sys/net/if_switch.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_switch.h b/sys/net/if_switch.h index cda310729d5..f8bd6df55f9 100644 --- a/sys/net/if_switch.h +++ b/sys/net/if_switch.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_switch.h,v 1.11 2019/05/10 15:13:38 akoshibe Exp $ */ +/* $OpenBSD: if_switch.h,v 1.12 2019/11/06 03:51:26 dlg Exp $ */ /* * Copyright (c) 2016 Kazuya GODA <goda@openbsd.org> @@ -175,7 +175,7 @@ struct switch_port { struct switch_softc *swpo_switch; uint32_t swpo_flags; uint32_t swpo_protected; - void *swpo_dhcookie; + struct task swpo_dtask; void (*swop_bk_start)(struct ifnet *); }; |