mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Update comments in script files, run zeek-format on all of them
This commit is contained in:
parent
d0741c8001
commit
f40947f6ac
5 changed files with 104 additions and 77 deletions
|
@ -5,8 +5,10 @@
|
|||
module Storage;
|
||||
|
||||
export {
|
||||
## Base record for backend options. Backend plugins can redef this record to add
|
||||
## relevant fields to it.
|
||||
## Base record for backend options that can be passed to
|
||||
## :zeek:see:`Storage::Async::open_backend` and
|
||||
## :zeek:see:`Storage::Sync::open_backend`. Backend plugins can redef this record
|
||||
## to add relevant fields to it.
|
||||
type BackendOptions: record { };
|
||||
|
||||
## Record for passing arguments to :zeek:see:`Storage::Async::put` and
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue