mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-08-25 08:25:07 +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.
|
// in Swift therefore we use the "dummy" TUN interface instead.
|
||||||
type Yggdrasil struct {
|
type Yggdrasil struct {
|
||||||
core *core.Core
|
core *core.Core
|
||||||
iprwc *ipv6rwc.ReadWriteCloser
|
iprwc ipv6rwc.ReadWriteCloser
|
||||||
config *config.NodeConfig
|
config *config.NodeConfig
|
||||||
multicast multicast.Multicast
|
multicast multicast.Multicast
|
||||||
log MobileLogger
|
log MobileLogger
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue