mirror of
https://github.com/zeek/zeek.git
synced 2025-10-12 19:48:20 +00:00
updated Bro->Zeek in comments in the source tree
This commit is contained in:
parent
becc966106
commit
d758585e42
71 changed files with 186 additions and 186 deletions
|
@ -243,7 +243,7 @@ public:
|
|||
* @param close: The timestamp when the origina file was closed.
|
||||
*
|
||||
* @param terminating: True if the original rotation request occured
|
||||
* due to the main Bro process shutting down.
|
||||
* due to the main Zeek process shutting down.
|
||||
*/
|
||||
bool FinishedRotation(const char* new_name, const char* old_name, double open, double close,
|
||||
bool terminating);
|
||||
|
@ -363,7 +363,7 @@ protected:
|
|||
* @param close The network time when the *current* file was closed.
|
||||
*
|
||||
* @param terminating Indicates whether the rotation request occurs
|
||||
* due the main Bro prcoess terminating (and not because we've
|
||||
* due the main Zeek prcoess terminating (and not because we've
|
||||
* reached a regularly scheduled time for rotation).
|
||||
*/
|
||||
virtual bool DoRotate(const char* rotated_path, double open, double close,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue