Change behaviour of stream-intersection with multiple traces
[babeltrace.git] / bindings / python / babeltrace.i.in
index aaa102094d6740da590c93ba831b124516b592e4..4fee29d1d678db8632f4db3fb607536e7ba87267 100644 (file)
@@ -104,7 +104,7 @@ struct bt_ctf_iter *_bt_python_ctf_iter_create_intersect(
                struct bt_context *ctx,
                struct bt_iter_pos *inter_begin_pos,
                struct bt_iter_pos *inter_end_pos);
-int _bt_python_has_intersection(struct bt_context *ctx);
+int _bt_python_trace_collection_has_intersection(struct bt_context *ctx);
 
 /* =================================================================
                CONTEXT.H, CONTEXT-INTERNAL.H
@@ -219,7 +219,7 @@ class TraceCollection:
 
        @property
        def has_intersection(self):
-               return _bt_python_has_intersection(self._tc)
+               return _bt_python_trace_collection_has_intersection(self._tc)
 
        @property
        def events(self):
This page took 0.023083 seconds and 4 git commands to generate.