mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
Adding Broker ifdefs for new remote logging code.
This commit is contained in:
parent
a5e9a535a5
commit
511ca9e043
5 changed files with 16 additions and 2 deletions
|
@ -119,6 +119,7 @@ bool WriterBackend::WriterInfo::Write(SerializationFormat* fmt) const
|
|||
return true;
|
||||
}
|
||||
|
||||
#ifdef ENABLE_BROKER
|
||||
broker::data WriterBackend::WriterInfo::ToBroker() const
|
||||
{
|
||||
auto bpath = broker::record::field(path);
|
||||
|
@ -175,6 +176,7 @@ bool WriterBackend::WriterInfo::FromBroker(broker::data d)
|
|||
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
|
||||
WriterBackend::WriterBackend(WriterFrontend* arg_frontend) : MsgThread()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue