diff --git a/pythonbpf/maps/maps.py b/pythonbpf/maps/maps.py index af07138..783f03f 100644 --- a/pythonbpf/maps/maps.py +++ b/pythonbpf/maps/maps.py @@ -48,4 +48,7 @@ class RingBuffer: def submit(self, data, flags=0): pass + def discard(self, data, flags=0): + pass + # add discard, output and also give names to flags and stuff