cluster/Backend: Rename EnqueueLocalEvent() to ProcessLocalEvent()

This commit is contained in:
Arne Welzel 2025-04-10 16:12:57 +02:00
parent f8ef5addaa
commit fcc0f45c57
3 changed files with 7 additions and 7 deletions

View file

@ -85,7 +85,7 @@ private:
* Events from backends aren't enqueued into the event loop when
* running for WebSocket clients.
*/
void DoEnqueueLocalEvent(zeek::EventHandlerPtr h, zeek::Args args) override {}
void DoProcessLocalEvent(zeek::EventHandlerPtr h, zeek::Args args) override {}
std::string buffer;
std::shared_ptr<WebSocketClient> wsc;