diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-07-01 11:18:41 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-07-01 10:13:03 +0000 |
| commit | 00fb1747bb7633aa5bb3f7b13201d81dededfd49 (patch) | |
| tree | 524890674969d7ec78a0dbeecd9d23cc5578d90a /pkg/flatrpc/helpers.go | |
| parent | 714041c90b9b0efe7fb63d39fa6b0aa643f2450c (diff) | |
pkg/flatrpc: rename StartLeakChecks to CorpusTriaged
It's a more general name that says what happened
rather than a detail of what excutor should do.
We can use this notification for other things as well.
Diffstat (limited to 'pkg/flatrpc/helpers.go')
| -rw-r--r-- | pkg/flatrpc/helpers.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/flatrpc/helpers.go b/pkg/flatrpc/helpers.go index b85951615..4c15bb836 100644 --- a/pkg/flatrpc/helpers.go +++ b/pkg/flatrpc/helpers.go @@ -28,7 +28,7 @@ type ExecutorMessage = ExecutorMessageRawT type ExecRequest = ExecRequestRawT type StateRequest = StateRequestRawT type SignalUpdate = SignalUpdateRawT -type StartLeakChecks = StartLeakChecksRawT +type CorpusTriaged = CorpusTriagedRawT type ExecutingMessage = ExecutingMessageRawT type CallInfo = CallInfoRawT type Comparison = ComparisonRawT |
