mirror of
https://github.com/slackhq/nebula.git
synced 2025-12-06 02:30:57 -08:00
parent
e28336c5db
commit
2801fb2286
12 changed files with 282 additions and 109 deletions
|
|
@ -19,6 +19,6 @@ func (i *HostInfo) GetRemoteIndex() uint32 {
|
|||
return i.remoteIndexId
|
||||
}
|
||||
|
||||
func (i *HostInfo) GetRelayState() RelayState {
|
||||
return i.relayState
|
||||
func (i *HostInfo) GetRelayState() *RelayState {
|
||||
return &i.relayState
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue