diff options
| author | Joey Jiao <quic_jiangenj@quicinc.com> | 2022-03-03 11:52:45 +0800 |
|---|---|---|
| committer | Aleksandr Nogikh <nogikh@google.com> | 2025-03-17 03:57:39 +0000 |
| commit | 8bce0e10ff4d88187f2cf3dde8995444e6c6c7e1 (patch) | |
| tree | 685d11b46a0a6a69057732ea8bdd72a8355db08d /pkg | |
| parent | e28266709dd2a1d1452d4a5bbf271700e10335c6 (diff) | |
all: show manager url in syz-hub
Diffstat (limited to 'pkg')
| -rw-r--r-- | pkg/rpctype/rpctype.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/rpctype/rpctype.go b/pkg/rpctype/rpctype.go index e314424ea..4f941f51c 100644 --- a/pkg/rpctype/rpctype.go +++ b/pkg/rpctype/rpctype.go @@ -12,6 +12,8 @@ type HubConnectArgs struct { Key string // Manager name, must start with Client. Manager string + // Manager HTTP URL. + HTTP string // See pkg/mgrconfig.Config.HubDomain. Domain string // Manager has started with an empty corpus and requests whole hub corpus. |
