lib: rename include dir to babeltrace2
[babeltrace.git] / lib / ctf-writer / values.c
index e67d8b590f5bd7f8b9176c37ad579b1a3ea7b002..7c45dafa4e769b0ed7ba530387d767aef0640d3a 100644 (file)
  */
 
 #define BT_LOG_TAG "CTF-WRITER-VALUES"
-#include <babeltrace/lib-logging-internal.h>
+#include <babeltrace2/lib-logging-internal.h>
 
 #include <stdlib.h>
 #include <string.h>
 #include <string.h>
 #include <inttypes.h>
-#include <babeltrace/compiler-internal.h>
-#include <babeltrace/common-internal.h>
-#include <babeltrace/ctf-writer/object.h>
-#include <babeltrace/ctf-writer/values-internal.h>
-#include <babeltrace/compat/glib-internal.h>
-#include <babeltrace/types.h>
-#include <babeltrace/ctf-writer/object-internal.h>
-#include <babeltrace/ctf-writer/values-internal.h>
-#include <babeltrace/assert-internal.h>
-#include <babeltrace/assert-pre-internal.h>
+#include <babeltrace2/compiler-internal.h>
+#include <babeltrace2/common-internal.h>
+#include <babeltrace2/ctf-writer/object.h>
+#include <babeltrace2/ctf-writer/values-internal.h>
+#include <babeltrace2/compat/glib-internal.h>
+#include <babeltrace2/types.h>
+#include <babeltrace2/ctf-writer/object-internal.h>
+#include <babeltrace2/ctf-writer/values-internal.h>
+#include <babeltrace2/assert-internal.h>
+#include <babeltrace2/assert-pre-internal.h>
 
 #define BT_CTF_VALUE_FROM_CONCRETE(_concrete) ((struct bt_ctf_value *) (_concrete))
 #define BT_CTF_VALUE_TO_BOOL(_base) ((struct bt_ctf_value_bool *) (_base))
@@ -88,8 +88,8 @@ struct bt_ctf_value bt_ctf_value_null_instance = {
        .frozen = BT_TRUE,
 };
 
-struct bt_ctf_value *bt_ctf_value_null = &bt_ctf_value_null_instance;
-struct bt_ctf_private_value *bt_ctf_private_value_null =
+struct bt_ctf_value *const bt_ctf_value_null = &bt_ctf_value_null_instance;
+struct bt_ctf_private_value *const bt_ctf_private_value_null =
        (void *) &bt_ctf_value_null_instance;
 
 struct bt_ctf_value_bool {
This page took 0.024059 seconds and 4 git commands to generate.