aboutsummaryrefslogtreecommitdiffstats
path: root/executor/executor_runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'executor/executor_runner.h')
-rw-r--r--executor/executor_runner.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/executor/executor_runner.h b/executor/executor_runner.h
index 766669dda..3bffcaeb2 100644
--- a/executor/executor_runner.h
+++ b/executor/executor_runner.h
@@ -508,7 +508,7 @@ private:
Handle(*msg);
else if (auto* msg = raw.msg.AsSignalUpdate())
Handle(*msg);
- else if (auto* msg = raw.msg.AsStartLeakChecks())
+ else if (auto* msg = raw.msg.AsCorpusTriaged())
Handle(*msg);
else if (auto* msg = raw.msg.AsStateRequest())
Handle(*msg);
@@ -637,10 +637,10 @@ private:
max_signal_->Remove(pc);
}
- void Handle(const rpc::StartLeakChecksRawT& msg)
+ void Handle(const rpc::CorpusTriagedRawT& msg)
{
// TODO: repair leak checking (#4728).
- debug("recv start leak checks\n");
+ debug("recv corpus triaged\n");
}
void Handle(const rpc::StateRequestRawT& msg)