mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
Moving the ASCII writer over to use UNIX I/O rather than stdio.
This commit is contained in:
parent
f6b883bafc
commit
e90918aa50
4 changed files with 24 additions and 24 deletions
|
@ -37,7 +37,7 @@ private:
|
|||
void CloseFile(double t);
|
||||
string Timestamp(double t);
|
||||
|
||||
FILE* file;
|
||||
int fd;
|
||||
string fname;
|
||||
ODesc desc;
|
||||
bool ascii_done;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue