mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2025-12-31 20:36:26 +00:00
Move BpfPerfBuffer under src/maps
This commit is contained in:
@ -10,7 +10,7 @@ extern "C" {
|
||||
#include "core/bpf_program.h"
|
||||
#include "core/bpf_exception.h"
|
||||
#include "core/bpf_map.h"
|
||||
#include "core/bpf_perf_buffer.h"
|
||||
#include "maps/bpf_perf_buffer.h"
|
||||
|
||||
namespace py = pybind11;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user