lib: pass config object to message iterator init method, add can seek forward property
[babeltrace.git] / tests / bindings / python / bt2 / utils.py
index f0ddbff4502cf5ae2a0e1c4ae472bda659e3e7eb..a7ea3cde35155fb8faee61aaa7485ca9cc79bc8a 100644 (file)
@@ -65,7 +65,7 @@ def _get_all_message_types(with_packet=True):
     _msgs = None
 
     class MyIter(bt2._UserMessageIterator):
-        def __init__(self, self_output_port):
+        def __init__(self, config, self_output_port):
 
             nonlocal _msgs
             self._at = 0
This page took 0.025894 seconds and 4 git commands to generate.