mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
New bif log_set_buf() to set the buffering state for a stream.
This commit is contained in:
parent
434f57f85f
commit
cf148c8a25
8 changed files with 78 additions and 37 deletions
|
@ -17,7 +17,7 @@ public:
|
|||
protected:
|
||||
virtual bool DoInit(string path, int num_fields, LogField** fields);
|
||||
virtual bool DoWrite(int num_fields, LogField** fields, LogVal** vals);
|
||||
virtual void DoSetFlushing(bool enabled);
|
||||
virtual bool DoSetBuf(bool enabled);
|
||||
virtual bool DoRotate(string rotated_path);
|
||||
virtual void DoFinish();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue