summaryrefslogtreecommitdiffstats
path: root/sys/net/if_tunvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/if_tunvar.h')
-rw-r--r--sys/net/if_tunvar.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_tunvar.h b/sys/net/if_tunvar.h
index e5583f0..d49213f 100644
--- a/sys/net/if_tunvar.h
+++ b/sys/net/if_tunvar.h
@@ -50,6 +50,7 @@ struct tun_softc {
struct selinfo tun_wsel; /* write select (not used) */
struct tun_softc *next; /* Next softc in list */
+ struct resource *r_unit; /* resource allocated for this unit */
};
#endif /* !_NET_IF_TUNVAR_H_ */
OpenPOWER on IntegriCloud