mirror of
https://github.com/tailscale/tailscale.git
synced 2025-03-16 18:30:58 +00:00
ipn: remove an unnecessary named parameter in doc
This commit is contained in:
parent
844d991baf
commit
ef1f967ec0
@ -119,7 +119,7 @@ type Backend interface {
|
|||||||
// SetPrefs installs a new set of user preferences, including
|
// SetPrefs installs a new set of user preferences, including
|
||||||
// WantRunning. This may cause the wireguard engine to
|
// WantRunning. This may cause the wireguard engine to
|
||||||
// reconfigure or stop.
|
// reconfigure or stop.
|
||||||
SetPrefs(new *Prefs)
|
SetPrefs(*Prefs)
|
||||||
// RequestEngineStatus polls for an update from the wireguard
|
// RequestEngineStatus polls for an update from the wireguard
|
||||||
// engine. Only needed if you want to display byte
|
// engine. Only needed if you want to display byte
|
||||||
// counts. Connection events are emitted automatically without
|
// counts. Connection events are emitted automatically without
|
||||||
|
Loading…
x
Reference in New Issue
Block a user