lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / tests / bindings / python / bt2 / test_graph.py
index 347f8803dba0768e946e9b2de59e81f7fe78958f..744f6429274662c23ae5370cbb075d9ae93b5b04 100644 (file)
@@ -21,7 +21,7 @@ import bt2
 
 
 class _MyIter(bt2._UserMessageIterator):
-    def __init__(self, self_output_port):
+    def __init__(self, config, self_output_port):
         self._build_meta()
         self._at = 0
 
This page took 0.024595 seconds and 4 git commands to generate.