mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
fix warnings, update baselines, handle rotation
This commit is contained in:
parent
747ba68030
commit
6392acecd2
7 changed files with 83 additions and 52 deletions
|
@ -31,7 +31,7 @@ protected:
|
|||
threading::Value** vals);
|
||||
virtual bool DoSetBuf(bool enabled) { return true; }
|
||||
virtual bool DoRotate(const char* rotated_path, double open,
|
||||
double close, bool terminating) { return true; }
|
||||
double close, bool terminating);
|
||||
virtual bool DoFlush(double network_time) { return true; }
|
||||
virtual bool DoFinish(double network_time) { return true; }
|
||||
virtual bool DoHeartbeat(double network_time, double current_time) { return true; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue