Move BpfPerfBuffer under src/maps

This commit is contained in:
Pragyansh Chaturvedi
2025-10-19 18:47:35 +05:30
parent 771d8fef0a
commit 874d567825
4 changed files with 4 additions and 4 deletions

View File

@ -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;