mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Add IN_PROGRESS return code, handle for async backends
This commit is contained in:
parent
60aa987e06
commit
c7503654e8
6 changed files with 21 additions and 11 deletions
|
@ -6246,7 +6246,10 @@ export {
|
|||
## Generic disconnection failure.
|
||||
DISCONNECTION_FAILED,
|
||||
## Generic initialization failure.
|
||||
INITIALIZATION_FAILED
|
||||
INITIALIZATION_FAILED,
|
||||
## Returned from async operations when the backend is waiting
|
||||
## for a result.
|
||||
IN_PROGRESS,
|
||||
} &redef;
|
||||
|
||||
## Returned as the result of the various storage operations.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue