Make lost_callback type asfe in PerfEventArray

This commit is contained in:
Pragyansh Chaturvedi
2025-10-20 05:22:31 +05:30
parent eebfe61ccc
commit 003495e833
2 changed files with 7 additions and 5 deletions

View File

@ -17,7 +17,7 @@ private:
std::shared_ptr<BpfMap> map_;
struct perf_buffer *pb_;
py::function callback_;
py::function lost_callback_;
py::object lost_callback_;
std::shared_ptr<StructParser> parser_;
std::string struct_name_;