From 09582d53064aa637f056daa066342127e4e0f763 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 4 Dec 2017 11:58:55 +0100 Subject: syz-manager: send public web addr to dashboard --- dashboard/dashapi/dashapi.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dashboard/dashapi/dashapi.go') diff --git a/dashboard/dashapi/dashapi.go b/dashboard/dashapi/dashapi.go index 4ba797f32..e650dae83 100644 --- a/dashboard/dashapi/dashapi.go +++ b/dashboard/dashapi/dashapi.go @@ -252,6 +252,8 @@ type PollResponse struct { type ManagerStatsReq struct { Name string + Addr string + // Current level: UpTime time.Duration Corpus uint64 -- cgit mrf-deployment