mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
Merge remote-tracking branch 'origin/topic/bernhard/input-end-of-data'
* origin/topic/bernhard/input-end-of-data: rename the update_finished event to end_of_data and make it fire in more cases. Closes #894.
This commit is contained in:
commit
503412e472
32 changed files with 119 additions and 95 deletions
|
@ -281,6 +281,16 @@ protected:
|
|||
*/
|
||||
void Clear();
|
||||
|
||||
/**
|
||||
* Method telling the manager that we finished reading the current
|
||||
* data source. Will trigger an end_of_data event.
|
||||
*
|
||||
* Note: When using SendEntry as the tracking mode this is triggered
|
||||
* automatically by EndCurrentSend(). Only use if not using the
|
||||
* tracking mode. Otherwise the event will be sent twice.
|
||||
*/
|
||||
void EndOfData();
|
||||
|
||||
// Content-sending-functions (tracking mode): Only changed lines are propagated.
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue