lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / tests / data / plugins / flt.utils.muxer / bt_plugin_muxer_test.py
index b81c26dbfbfba627607cfa43c52db080d58128bf..c263d20396060017deb108d68e85d0bbee8bb406 100644 (file)
@@ -2,7 +2,7 @@ import bt2
 
 
 class TheIteratorOfConfusion(bt2._UserMessageIterator):
-    def __init__(self, port):
+    def __init__(self, config, port):
         self._at = 0
         test_name = port.user_data[0]
         TEST_CASES[test_name].create_msgs(self, port.user_data[1:])
This page took 0.023432 seconds and 4 git commands to generate.