aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_clone.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_clone.h')
-rw-r--r--sys/net/if_clone.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_clone.h b/sys/net/if_clone.h
index d84b47ef42aa..38a09598a3e1 100644
--- a/sys/net/if_clone.h
+++ b/sys/net/if_clone.h
@@ -66,6 +66,7 @@ struct if_clone {
long ifc_refcnt; /* (i) Refrence count. */
struct mtx ifc_mtx; /* Muted to protect members. */
+ LIST_HEAD(, ifnet) ifc_iflist; /* (i) List of cloned interfaces */
};
void if_clone_init(void);