Cleanup/update comments across the storage C++ files

This commit is contained in:
Tim Wojtulewicz 2025-03-17 14:56:16 -07:00
parent c7015e8250
commit 8bca6a8594
5 changed files with 147 additions and 34 deletions

View file

@ -8,8 +8,6 @@
#include "zeek/RunState.h"
#include "zeek/storage/ReturnCode.h"
#include "const.bif.netvar_h"
std::atomic_flag expire_running;
namespace zeek::storage {
@ -39,6 +37,9 @@ Manager::~Manager() {
// Don't leave all of these static objects to leak.
ReturnCode::Cleanup();
// NOTE: The expiration_thread object is a jthread and will be automatically joined
// here as the object is destroyed.
}
void Manager::InitPostScript() {