Move awdl into link

This commit is contained in:
Neil Alexander 2019-01-23 19:42:33 +00:00
parent 188a9e439d
commit 705b914d00
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
4 changed files with 33 additions and 33 deletions

View file

@ -44,8 +44,7 @@ type Core struct {
searches searches
multicast multicast
tcp tcpInterface
link link // TODO: not sure if this wants to be here?
awdl awdl
link link
log *log.Logger
}