mirror of
https://github.com/varun-r-mallya/Python-BPF.git
synced 2025-12-31 21:06:25 +00:00
Add linting function for RingBuf.discard
This commit is contained in:
@ -48,4 +48,7 @@ class RingBuffer:
|
|||||||
def submit(self, data, flags=0):
|
def submit(self, data, flags=0):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
def discard(self, data, flags=0):
|
||||||
|
pass
|
||||||
|
|
||||||
# add discard, output and also give names to flags and stuff
|
# add discard, output and also give names to flags and stuff
|
||||||
|
|||||||
Reference in New Issue
Block a user