mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Merge remote-tracking branch 'origin/master' into topic/robin/dataseries
Conflicts: CMakeLists.txt cmake
This commit is contained in:
commit
a7bc12066b
104 changed files with 1523 additions and 338 deletions
|
@ -15,10 +15,10 @@ namespace logging {
|
|||
* Base class for writer implementation. When the logging::Manager creates a
|
||||
* new logging filter, it instantiates a WriterFrontend. That then in turn
|
||||
* creates a WriterBackend of the right type. The frontend then forwards
|
||||
* message over the backend as its methods are called.
|
||||
* messages over the backend as its methods are called.
|
||||
*
|
||||
* All of this methods must be called only from the corresponding child
|
||||
* thread (the constructor is the one exception.)
|
||||
* thread (the constructor and destructor are the exceptions.)
|
||||
*/
|
||||
class WriterBackend : public threading::MsgThread
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue