Remove Babeltrace 1 files and reorganize the tree
[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.022932 seconds and 4 git commands to generate.