![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
#include <panoptes_service.h>
Public Attributes | |
| std::atomic< bool > | threadError |
| Configuration * | config |
| std::atomic< PanoptesDatabase > | database = PanoptesDatabase() |
Definition at line 6 of file panoptes_service.h.
| Configuration* PanoptesContext::config |
Definition at line 8 of file panoptes_service.h.
Referenced by SelfQueuePeScan(), StartPanoptesTrace(), and WinMain().
| std::atomic<PanoptesDatabase> PanoptesContext::database = PanoptesDatabase() |
Definition at line 9 of file panoptes_service.h.
Referenced by WinMain().
| std::atomic<bool> PanoptesContext::threadError |
Definition at line 7 of file panoptes_service.h.
Referenced by RunServiceServer(), and WinMain().