Python bindings: add has_intersection property to TraceCollection
[babeltrace.git] / include / babeltrace / context.h
index f29ccf083f034c5e73a36132b42103668a3dfa19..b28df09f060cdcac484b08b8927c28b9f7e408f3 100644 (file)
@@ -40,7 +40,7 @@ extern "C" {
 
 /* struct bt_context is opaque to the user */
 struct bt_context;
-struct stream_pos;
+struct bt_stream_pos;
 struct bt_ctf_event;
 
 /*
@@ -82,9 +82,9 @@ struct bt_context *bt_context_create(void);
  */
 int bt_context_add_trace(struct bt_context *ctx, const char *path,
                const char *format,
-               void (*packet_seek)(struct stream_pos *pos,
+               void (*packet_seek)(struct bt_stream_pos *pos,
                        size_t index, int whence),
-               struct mmap_stream_list *stream_list,
+               struct bt_mmap_stream_list *stream_list,
                FILE *metadata);
 
 /*
This page took 0.024048 seconds and 4 git commands to generate.