mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
move Value and Field from the logging namespace to the threading namespace, because other modules using threading will need them.
This commit is contained in:
parent
70fe7876a1
commit
a0487ecb30
15 changed files with 512 additions and 472 deletions
|
@ -4,9 +4,13 @@
|
|||
|
||||
#include "WriterBackend.h"
|
||||
#include "WriterFrontend.h"
|
||||
#include "../threading/SerializationTypes.h"
|
||||
|
||||
// Messages sent from backend to frontend (i.e., "OutputMessages").
|
||||
|
||||
using threading::Value;
|
||||
using threading::Field;
|
||||
|
||||
namespace logging {
|
||||
|
||||
class RotationFinishedMessage : public threading::OutputMessage<WriterFrontend>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue