Namespace struct stream_pos
[babeltrace.git] / include / babeltrace / context.h
index f29ccf083f034c5e73a36132b42103668a3dfa19..f3763e1f570f303d378cfe61d71554e455fe71f2 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,7 +82,7 @@ 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,
                FILE *metadata);
This page took 0.023392 seconds and 4 git commands to generate.