tun_netbsd: compile fix
This commit is contained in:
parent
5657c3c1e8
commit
ab634a065c
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue