mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08: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 <vector>
|
||||
|
||||
#include "../ReaderBackend.h"
|
||||
#include "../../threading/AsciiInputOutput.h"
|
||||
#include "../../threading/AsciiFormatter.h"
|
||||
|
||||
#include "sqlite3.h"
|
||||
|
||||
|
@ -46,10 +46,11 @@ private:
|
|||
string query;
|
||||
sqlite3 *db;
|
||||
sqlite3_stmt *st;
|
||||
AsciiInputOutput* io;
|
||||
AsciiFormatter* io;
|
||||
|
||||
string set_separator;
|
||||
string unset_field;
|
||||
string empty_field;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue