Implement ctf-metadata output plugin
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index 1e3631c54a275a74ab61581d007fbc5880072387..22866bc9e11573fe9b5de912a69abf9394de4b5c 100644 (file)
@@ -182,6 +182,9 @@ extern int babeltrace_verbose, babeltrace_debug;
  */
 #define BT_HIDDEN __attribute__((visibility("hidden")))
 
+#define BT_CTF_MAJOR   1
+#define BT_CTF_MINOR   8
+
 struct bt_trace_descriptor;
 struct trace_collection {
        GPtrArray *array;       /* struct bt_trace_descriptor */
This page took 0.023078 seconds and 4 git commands to generate.