lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / tests / data / plugins / flt.utils.trimmer / bt_plugin_trimmer_test.py
index 3a37b32963fc2444a0a796bca73566f7224288b4..9f337356c8552e644a78833f5a4afe55754faecc 100644 (file)
@@ -2,7 +2,7 @@ import bt2
 
 
 class TheIteratorOfAllEvil(bt2._UserMessageIterator):
-    def __init__(self, port):
+    def __init__(self, config, port):
         tc, sc, ec1, ec2, params = port.user_data
         trace = tc()
         stream = trace.create_stream(sc)
This page took 0.024744 seconds and 4 git commands to generate.