mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 16:11:00 +00:00
Fix BpfMap header guard
This commit is contained in:
@ -72,4 +72,4 @@ private:
|
|||||||
static py::object bytes_to_python(std::span<const uint8_t> data);
|
static py::object bytes_to_python(std::span<const uint8_t> data);
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // PYLIBBPF_MAPS_H
|
#endif // PYLIBBPF_BPF_MAP_H
|
||||||
|
|||||||
Reference in New Issue
Block a user