control/controlclient: add missing comment (#17498)

Updates #cleanup

Signed-off-by: Claus Lensbøl <claus@tailscale.com>
This commit is contained in:
Claus Lensbøl
2025-10-08 11:36:38 -04:00
committed by GitHub
parent 9556a0c6da
commit 57bd875856

View File

@@ -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.