mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
Cleanup/update comments across the storage C++ files
This commit is contained in:
parent
c7015e8250
commit
8bca6a8594
5 changed files with 147 additions and 34 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue