cortexbrain_common/constants.rs
1/// Environment variable name for the BPF program file path.
2/// Used by all components to load their eBPF programs.
3pub const BPF_PATH: &str = "BPF_PATH";
4
5/// Environment variable name for the BPF map pinning path.
6/// Used for sharing maps between eBPF programs.
7pub const PIN_MAP_PATH: &str = "PIN_MAP_PATH";