mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
start adding a different text for empty records for the sqlite writer.
Sadly there also seems to be another deadlock issue which I am currently not really able to figure out - on shutdown sometimes (too often) the main thread + all sqlite threads wait for semaphores or mutexes.
This commit is contained in:
parent
8f71186bf7
commit
0fcc3db9a0
10 changed files with 33 additions and 7 deletions
|
@ -9,5 +9,9 @@ export {
|
|||
|
||||
## String to use for an unset &optional field.
|
||||
const unset_field = Log::unset_field &redef;
|
||||
|
||||
## String to use for empty fields. This should be different from
|
||||
## *unset_field* to make the output non-ambigious.
|
||||
const empty_field = Log::empty_field &redef;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue