X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=include%2Fbabeltrace%2Fformat.h;h=4eb59858a84a9d562339c3e0782c288c481f7046;hp=526ab614a2fcaa9cf83c68bbe747dc263be951a0;hb=3122e6f075647374e7a98ae9501d100de8d004a9;hpb=1059a2bfb89dfcdea336d7fdd5ef9bbdf552f3f2 diff --git a/include/babeltrace/format.h b/include/babeltrace/format.h index 526ab614..4eb59858 100644 --- a/include/babeltrace/format.h +++ b/include/babeltrace/format.h @@ -21,7 +21,7 @@ * all copies or substantial portions of the Software. */ -#include +#include #include #include #include @@ -35,11 +35,11 @@ struct trace_descriptor { struct mmap_stream { int fd; - struct cds_list_head list; + struct bt_list_head list; }; struct mmap_stream_list { - struct cds_list_head head; + struct bt_list_head head; }; struct format {