From 00fb1747bb7633aa5bb3f7b13201d81dededfd49 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 1 Jul 2024 11:18:41 +0200 Subject: 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. --- pkg/flatrpc/helpers.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/flatrpc/helpers.go') 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 -- cgit mrf-deployment