Rename bt_ctf_type_id -> bt_ctf_field_type_id (and the enumerators)
[babeltrace.git] / lib / values.c
index cea4b10bdc2e3e7b99be948b9dde0618b4392841..1c7902bd73ea10b6c688841ad7dd08f635f20dde 100644 (file)
@@ -51,6 +51,14 @@ struct bt_value {
 
 static
 struct bt_value bt_value_null_instance = {
+       .base = {
+               .ref_count = {
+                       .count = 1,
+                       .release = NULL,
+               },
+               .release = NULL,
+               .parent = NULL,
+       },
        .type = BT_VALUE_TYPE_NULL,
        .is_frozen = true,
 };
This page took 0.034388 seconds and 4 git commands to generate.