X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf-ir%2Fstream-internal.h;h=245fd7816c714e2c1b63f454763b8a3f02e0361a;hp=78c16c1d6cb4f34df3c0e72a70eeac5b62c61c4d;hb=312c056ae3d374b253fa0cfe5ed576c0b0e5e569;hpb=d1e4683534e67cc8643ad27536f64f6cc54bc5dc diff --git a/include/babeltrace/ctf-ir/stream-internal.h b/include/babeltrace/ctf-ir/stream-internal.h index 78c16c1d..245fd781 100644 --- a/include/babeltrace/ctf-ir/stream-internal.h +++ b/include/babeltrace/ctf-ir/stream-internal.h @@ -32,6 +32,7 @@ #include #include #include +#include #include #include @@ -58,6 +59,9 @@ struct bt_stream_common { struct bt_stream { struct bt_stream_common common; + + /* Pool of `struct bt_packet *` */ + struct bt_object_pool packet_pool; }; BT_HIDDEN