mirror of
https://github.com/zeek/zeek.git
synced 2025-10-08 09:38:19 +00:00
Always register backend for expiration, check for open during loop
This commit is contained in:
parent
28951dccf1
commit
64f3969434
3 changed files with 9 additions and 11 deletions
|
@ -71,7 +71,7 @@ protected:
|
|||
void StartExpirationTimer();
|
||||
|
||||
friend class storage::OpenResultCallback;
|
||||
void AddBackendToMap(BackendPtr backend);
|
||||
void RegisterBackend(BackendPtr backend);
|
||||
|
||||
private:
|
||||
std::vector<BackendPtr> backends;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue