summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/net/if_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h
index 0675bc9..c5164b1 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 */
OpenPOWER on IntegriCloud