mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-02-12 08:00:55 +00:00
add destroy function
This commit is contained in:
@ -21,6 +21,7 @@ public:
|
||||
|
||||
bool load();
|
||||
bool attach();
|
||||
bool destroy();
|
||||
void load_and_attach();
|
||||
|
||||
[[nodiscard]] bool is_loaded() const { return obj_ != nullptr; }
|
||||
|
||||
Reference in New Issue
Block a user