tun_netbsd: compile fix

This commit is contained in:
snow flurry 2022-02-18 19:19:04 -08:00
parent 5657c3c1e8
commit ab634a065c

View file

@ -37,6 +37,7 @@ type NativeTun struct {
events chan Event events chan Event
errors chan error errors chan error
routeSocket int routeSocket int
closeOnce sync.Once
} }
func (tun *NativeTun) routineRouteListener(tunIfindex int) { func (tun *NativeTun) routineRouteListener(tunIfindex int) {