From 9a5e4c88a3c8f122fd226c41249210b7d9a95ab7 Mon Sep 17 00:00:00 2001 From: mux Date: Mon, 11 Mar 2002 09:26:07 +0000 Subject: Simplify the interface cloning framework by handling unit unit allocation with a bitmap in the generic layer. This allows us to get rid of the duplicated rman code in every clonable interface. Reviewed by: brooks Approved by: phk --- sys/net/if_gif.h | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/net/if_gif.h') diff --git a/sys/net/if_gif.h b/sys/net/if_gif.h index fffad5f..c5dc6d3 100644 --- a/sys/net/if_gif.h +++ b/sys/net/if_gif.h @@ -68,7 +68,6 @@ struct gif_softc { int gif_flags; const struct encaptab *encap_cookie4; const struct encaptab *encap_cookie6; - struct resource *r_unit; /* resource allocated for this unit */ void *gif_netgraph; /* ng_gif(4) netgraph node info */ LIST_ENTRY(gif_softc) gif_link; /* all gif's are linked */ }; -- cgit v1.1