lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / tests / bindings / python / bt2 / test_clock_class.py
index 26571bd40bd06b470ee186c4ec79c5cd3d4e116c..c4b34bd29b14110f7674873177600e4db523f085 100644 (file)
@@ -247,7 +247,7 @@ class ClockSnapshotTestCase(unittest.TestCase):
         self._cc = _cc
 
         class MyIter(bt2._UserMessageIterator):
-            def __init__(self, self_port_output):
+            def __init__(self, config, self_port_output):
                 self._at = 0
 
             def __next__(self):
This page took 0.023359 seconds and 4 git commands to generate.