mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
cluster/Backend: Rename EnqueueLocalEvent() to ProcessLocalEvent()
This commit is contained in:
parent
f8ef5addaa
commit
fcc0f45c57
3 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue