Export the list header with a new namespace
[babeltrace.git] / include / babeltrace / types.h
index e3c419d1bb86b37ba3e74ab6fa3aac9a1e702897..0cedb337b03d389dfdda9199c8a2477986c33c46 100644 (file)
@@ -186,7 +186,7 @@ struct enum_range {
 };
 
 struct enum_range_to_quark {
-       struct cds_list_head node;
+       struct bt_list_head node;
        struct enum_range range;
        GQuark quark;
 };
@@ -205,7 +205,7 @@ struct enum_range_to_quark {
  */
 struct enum_table {
        GHashTable *value_to_quark_set;         /* (value, GQuark GArray) */
-       struct cds_list_head range_to_quark;    /* (range, GQuark) */
+       struct bt_list_head range_to_quark;     /* (range, GQuark) */
        GHashTable *quark_to_range_set;         /* (GQuark, range GArray) */
 };
 
This page took 0.022664 seconds and 4 git commands to generate.