Always register backend for expiration, check for open during loop

This commit is contained in:
Tim Wojtulewicz 2025-02-06 12:50:41 -07:00
parent 28951dccf1
commit 64f3969434
3 changed files with 9 additions and 11 deletions

View file

@ -71,7 +71,7 @@ protected:
void StartExpirationTimer();
friend class storage::OpenResultCallback;
void AddBackendToMap(BackendPtr backend);
void RegisterBackend(BackendPtr backend);
private:
std::vector<BackendPtr> backends;