Add missing change to interface

This commit is contained in:
Daniil Karandashov 2022-08-30 15:49:05 +04:00
parent e6fff2f0db
commit b7e9e1d790

View file

@ -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