allow multiple ctf streams to be open
[babeltrace.git] / plugins / ctf / common / notif-iter / notif-iter.c
index b9c450b48e960f710b50ae640dadf59ca7da6015..9c6134f9422317e8a77d82240ce1ef854bf0f588 100644 (file)
@@ -169,10 +169,10 @@ struct bt_ctf_notif_iter {
        } medium;
 
        /* Current packet size (bits) (-1 if unknown) */
-       size_t cur_packet_size;
+       int64_t cur_packet_size;
 
        /* Current content size (bits) (-1 if unknown) */
-       size_t cur_content_size;
+       int64_t cur_content_size;
 };
 
 static
This page took 0.023053 seconds and 4 git commands to generate.