mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
make work with newer AsciiFormatter.
This commit is contained in:
parent
8cb91de93a
commit
5d12765886
4 changed files with 19 additions and 13 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
#include "../WriterBackend.h"
|
||||
#include "sqlite3.h"
|
||||
#include "../../threading/AsciiInputOutput.h"
|
||||
#include "../../threading/AsciiFormatter.h"
|
||||
|
||||
namespace logging { namespace writer {
|
||||
|
||||
|
@ -50,7 +50,7 @@ private:
|
|||
string unset_field;
|
||||
string empty_field;
|
||||
|
||||
AsciiInputOutput* io;
|
||||
AsciiFormatter* io;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue