mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Fix ScratchPoolManager::counter
This commit is contained in:
@ -18,7 +18,7 @@ class ScratchPoolManager:
|
||||
|
||||
@property
|
||||
def counter(self):
|
||||
return sum(self._counter.values())
|
||||
return sum(self._counters.values())
|
||||
|
||||
def reset(self):
|
||||
self._counters.clear()
|
||||
|
||||
Reference in New Issue
Block a user