mirror of
https://github.com/zeek/zeek.git
synced 2025-10-13 20:18:20 +00:00
and adapt to AsciiInputOutput - seems to work...
This commit is contained in:
parent
b3dba9f0cc
commit
9c09dee294
7 changed files with 51 additions and 100 deletions
|
@ -5,6 +5,9 @@ module LogSQLite;
|
|||
|
||||
export {
|
||||
## Separator between set elements.
|
||||
const set_separator = "," &redef;
|
||||
const set_separator = Log::set_separator &redef;
|
||||
|
||||
## String to use for an unset &optional field.
|
||||
const unset_field = Log::unset_field &redef;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue