From 8bce0e10ff4d88187f2cf3dde8995444e6c6c7e1 Mon Sep 17 00:00:00 2001 From: Joey Jiao Date: Thu, 3 Mar 2022 11:52:45 +0800 Subject: all: show manager url in syz-hub --- pkg/rpctype/rpctype.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkg') 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. -- cgit mrf-deployment