We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3085e81 commit a3c3dbeCopy full SHA for a3c3dbe
src/core/bpf_map.h
@@ -72,4 +72,4 @@ class BpfMap : public std::enable_shared_from_this<BpfMap> {
72
static py::object bytes_to_python(std::span<const uint8_t> data);
73
};
74
75
-#endif // PYLIBBPF_MAPS_H
+#endif // PYLIBBPF_BPF_MAP_H
0 commit comments