diff options
Diffstat (limited to 'pkg/flatrpc/flatrpc.fbs')
| -rw-r--r-- | pkg/flatrpc/flatrpc.fbs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/pkg/flatrpc/flatrpc.fbs b/pkg/flatrpc/flatrpc.fbs index b51ea0c70..58a6b3250 100644 --- a/pkg/flatrpc/flatrpc.fbs +++ b/pkg/flatrpc/flatrpc.fbs @@ -83,7 +83,7 @@ table FeatureInfoRaw { union HostMessagesRaw { ExecRequest :ExecRequestRaw, SignalUpdate :SignalUpdateRaw, - StartLeakChecks :StartLeakChecksRaw, + CorpusTriaged :CorpusTriagedRaw, StateRequest :StateRequestRaw, } @@ -165,10 +165,10 @@ table SignalUpdateRaw { drop_max :[uint64]; } -// Leak checking is very slow so we don't do it while triaging the corpus -// (otherwise it takes infinity). This message serves as a signal that -// the corpus was triaged and the fuzzer can start leak checking. -table StartLeakChecksRaw { +// This message serves as a signal that the corpus was triaged and the fuzzer +// can start activities that only make sense after corpus triage +// (leak checking, restarting procs, etc). +table CorpusTriagedRaw { } table StateRequestRaw { |
