mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18: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
|
@ -131,7 +131,7 @@ public:
|
|||
|
||||
/**
|
||||
* Create a new log writer frontend. This is exposed so that the
|
||||
* communication system can recreated remote log streams locally.
|
||||
* communication system can recreate remote log streams locally.
|
||||
*
|
||||
* @param stream The enum value corresponding the log stream.
|
||||
*
|
||||
|
@ -153,7 +153,7 @@ public:
|
|||
|
||||
/**
|
||||
* Writes out log entries that have already passed through all
|
||||
* filters, and have raised any events. This is meant called for logs
|
||||
* filters (and have raised any events). This is meant called for logs
|
||||
* received alrready processed from remote.
|
||||
*
|
||||
* @param stream The enum value corresponding the log stream.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue