mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add STORAGE_ prefixes for backends and serializers
This commit is contained in:
parent
9593db1974
commit
cb1ef47a31
24 changed files with 33 additions and 33 deletions
|
@ -9,7 +9,7 @@ export {
|
|||
## to add relevant fields to it.
|
||||
type BackendOptions: record {
|
||||
## The serializer used for converting Zeek data.
|
||||
serializer: Storage::Serializer &default=Storage::JSON;
|
||||
serializer: Storage::Serializer &default=Storage::STORAGE_SERIALIZER_JSON;
|
||||
};
|
||||
|
||||
## Record for passing arguments to :zeek:see:`Storage::Async::put` and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue