diff --git a/sys/net/if_var.h b/sys/net/if_var.h index 0675bc9011b..c5164b1fc8e 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -148,6 +148,7 @@ struct ifnet { */ struct klist if_klist; /* events attached to this if */ int if_pcount; /* number of promiscuous listeners */ + void *if_carp; /* carp (tbd) interface pointer */ struct bpf_if *if_bpf; /* packet filter structure */ u_short if_index; /* numeric abbreviation for this if */ short if_timer; /* time 'til if_watchdog called */