diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-12-04 11:58:55 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-12-04 11:58:55 +0100 |
| commit | 09582d53064aa637f056daa066342127e4e0f763 (patch) | |
| tree | 7ec55604a6bb1e3574978614f00b82a1401cdedf /dashboard/dashapi/dashapi.go | |
| parent | 9118cb4ae262a67fa4a87c24adc3acebf8d1084f (diff) | |
syz-manager: send public web addr to dashboard
Diffstat (limited to 'dashboard/dashapi/dashapi.go')
| -rw-r--r-- | dashboard/dashapi/dashapi.go | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
