control/controlclient: add missing comment (#17498)

Updates #cleanup

Signed-off-by: Claus Lensbøl <claus@tailscale.com>
pull/17500/head
Claus Lensbøl 3 months ago committed by GitHub
parent 9556a0c6da
commit 57bd875856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -139,7 +139,7 @@ type Options struct {
Dialer *tsdial.Dialer // non-nil
C2NHandler http.Handler // or nil
ControlKnobs *controlknobs.Knobs // or nil to ignore
Bus *eventbus.Bus
Bus *eventbus.Bus // non-nil, for setting up publishers
// Observer is called when there's a change in status to report
// from the control client.

Loading…
Cancel
Save