cluster/zeromq: Adapt for OnLoopProcess changes

This commit is contained in:
Arne Welzel 2025-01-21 18:52:49 +01:00
parent 23405194a0
commit 827eccb732
2 changed files with 1 additions and 5 deletions

View file

@ -62,8 +62,6 @@ private:
bool DoPublishLogWrites(const logging::detail::LogWriteHeader& header, const std::string& format,
cluster::detail::byte_buffer& buf) override;
const char* Tag() override { return "ZeroMQ"; }
bool DoProcessBackendMessage(int tag, detail::byte_buffer_span payload) override;
// Script level variables.