Add a private pointer to the ctf_stream_pos
[babeltrace.git] / include / babeltrace / ctf / types.h
index e90464dc76243e02a0c1d250ae973cd48cb45fa0..06c130f80d8773a691b427479aa830020690b3ce 100644 (file)
@@ -83,6 +83,7 @@ struct ctf_stream_pos {
 
        int dummy;              /* dummy position, for length calculation */
        struct bt_stream_callbacks *cb; /* Callbacks registered for iterator. */
+       void *priv;
 };
 
 static inline
This page took 0.023374 seconds and 4 git commands to generate.