Skip to content

Commit a3c3dbe

Browse files
committed
Fix BpfMap header guard
1 parent 3085e81 commit a3c3dbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/bpf_map.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ class BpfMap : public std::enable_shared_from_this<BpfMap> {
7272
static py::object bytes_to_python(std::span<const uint8_t> data);
7373
};
7474

75-
#endif // PYLIBBPF_MAPS_H
75+
#endif // PYLIBBPF_BPF_MAP_H

0 commit comments

Comments
 (0)