![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
#include "database.hpp"#include "pano_log.h"#include <nlohmann/json.hpp>#include "rocksdb/db.h"#include "rocksdb/options.h"#include "rocksdb/slice.h"#include "rocksdb/utilities/transaction_db.h"Go to the source code of this file.
Variables | |
| rocksdb::DB * | m_database = NULL |
| rocksdb::Options | m_options |
| rocksdb::DB* m_database = NULL |
Definition at line 20 of file database.cpp.
Referenced by PanoptesDatabase::AddEntry(), PanoptesDatabase::GetEntry(), PanoptesDatabase::InitializeDatabase(), and PanoptesDatabase::UpdateEntry().
| rocksdb::Options m_options |
Definition at line 21 of file database.cpp.
Referenced by PanoptesDatabase::InitializeDatabase(), and PanoptesDatabase::PanoptesDatabase().