Eunomia  0.1.0
A lightweight eBPF-based CloudNative Monitor tool for Container Security and Observability
tracker_config.h File Reference
#include <mutex>
#include <thread>
#include "event_handler.h"
Include dependency graph for tracker_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  tracker_config< ENV, EVENT >
 config data for tracker More...
 

Variables

template<typename ENV >
concept env_concept
 the config env for a tracker More...
 

Variable Documentation

◆ env_concept

template<typename ENV >
concept env_concept
Initial value:
= requires {
typename ENV::exiting;
}

the config env for a tracker