Panoptes 1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
panoptes_service.h
Go to the documentation of this file.
1#pragma once
2#include "Configuration.hpp"
3#include <atomic>
4#include "database.hpp"
5
7 std::atomic<bool> threadError;
9 std::atomic<PanoptesDatabase> database = PanoptesDatabase();
10};
std::atomic< bool > threadError
Configuration * config
std::atomic< PanoptesDatabase > database