Move awdl into link

This commit is contained in:
Neil Alexander
2019-01-23 19:42:33 +00:00
parent 188a9e439d
commit 705b914d00
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
}