aboutsummaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
Diffstat (limited to 'pkg')
-rw-r--r--pkg/rpctype/rpctype.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/rpctype/rpctype.go b/pkg/rpctype/rpctype.go
index cb50ecfa6..b31f9ec96 100644
--- a/pkg/rpctype/rpctype.go
+++ b/pkg/rpctype/rpctype.go
@@ -7,6 +7,7 @@ package rpctype
import (
"math"
+ "time"
"github.com/google/syzkaller/pkg/host"
"github.com/google/syzkaller/pkg/ipc"
@@ -45,6 +46,7 @@ type ExchangeInfoRequest struct {
NeedProgs int
StatsDelta map[string]uint64
Results []ExecutionResult
+ Latency time.Duration // latency of the previous ExchangeInfo request
}
// ExchangeInfoReply is a reply to ExchangeInfoRequest.