mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +00:00
yay, basic table assignment.
This commit is contained in:
parent
5b0c307f87
commit
b245d4168a
6 changed files with 87 additions and 8 deletions
|
@ -25,6 +25,11 @@ void InputReader::Error(const string &msg)
|
|||
input_mgr->Error(this, msg.c_str());
|
||||
}
|
||||
|
||||
void InputReader::Put(const LogVal* const *val)
|
||||
{
|
||||
input_mgr->Put(this, val);
|
||||
}
|
||||
|
||||
bool InputReader::Init(string arg_source, int arg_num_fields,
|
||||
const LogField* const * arg_fields)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue