mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-26 00:45:06 +03:00
Add missing change to interface
This commit is contained in:
parent
e6fff2f0db
commit
b7e9e1d790
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ import (
|
|||
// in Swift therefore we use the "dummy" TUN interface instead.
|
||||
type Yggdrasil struct {
|
||||
core *core.Core
|
||||
iprwc *ipv6rwc.ReadWriteCloser
|
||||
iprwc ipv6rwc.ReadWriteCloser
|
||||
config *config.NodeConfig
|
||||
multicast multicast.Multicast
|
||||
log MobileLogger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue