mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
A set of input framework refactoring, cleanup, and polishing.
This commit is contained in:
parent
1416d5404d
commit
fc907c0090
14 changed files with 162 additions and 168 deletions
|
@ -117,9 +117,6 @@ export {
|
|||
|
||||
module Input;
|
||||
|
||||
#global streams: table[string] of Filter;
|
||||
# ^ change to set containing the names
|
||||
|
||||
function add_table(description: Input::TableDescription) : bool
|
||||
{
|
||||
return __create_table_stream(description);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue