diff options
Diffstat (limited to 'control/controlclient/client.go')
| -rw-r--r-- | control/controlclient/client.go | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/control/controlclient/client.go b/control/controlclient/client.go index ef5af68c6..1bd087e29 100644 --- a/control/controlclient/client.go +++ b/control/controlclient/client.go @@ -65,12 +65,6 @@ type Client interface { // in a separate http request. It has nothing to do with the rest of // the state machine. SetHostinfo(*tailcfg.Hostinfo) - // SetNetinfo changes the NetIinfo structure that will be sent in - // subsequent node registration requests. - // TODO: a server-side change would let us simply upload this - // in a separate http request. It has nothing to do with the rest of - // the state machine. - SetNetInfo(*tailcfg.NetInfo) // SetTKAHead changes the TKA head hash value that will be sent in // subsequent netmap requests. SetTKAHead(headHash string) |
