summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorClaus Lensbøl <claus@tailscale.com>2025-10-08 11:36:38 -0400
committerGitHub <noreply@github.com>2025-10-08 11:36:38 -0400
commit57bd875856652e1cc6a6c2ab63ee252dfd6b4980 (patch)
tree51f04ee7ae199bca165fe77473dcdc9c31b61229
parent9556a0c6da5b5e8186477711c2003a07e5831fda (diff)
downloadtailscale-57bd875856652e1cc6a6c2ab63ee252dfd6b4980.tar.xz
tailscale-57bd875856652e1cc6a6c2ab63ee252dfd6b4980.zip
control/controlclient: add missing comment (#17498)
Updates #cleanup Signed-off-by: Claus Lensbøl <claus@tailscale.com>
-rw-r--r--control/controlclient/direct.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/control/controlclient/direct.go b/control/controlclient/direct.go
index 5f26e2ba1..61886482d 100644
--- a/control/controlclient/direct.go
+++ b/control/controlclient/direct.go
@@ -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.