Move memstream.h and uuid.h to include/babeltrace/compat directory
[babeltrace.git] / converter / babeltrace-log.c
index 8ea64ab34daa437c9931f2e97cda44bb247d4868..52a2fe1de89c195d961780d49d5e760ee2be86d4 100644 (file)
@@ -45,7 +45,7 @@
 
 #include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/ctf/types.h>
-#include <babeltrace/uuid.h>
+#include <babeltrace/compat/uuid.h>
 #include <babeltrace/endian.h>
 
 #define USEC_PER_SEC 1000000UL
@@ -252,7 +252,7 @@ void trace_text(FILE *input, int output)
        int ret;
 
        memset(&pos, 0, sizeof(pos));
-       ret = ctf_init_pos(&pos, output, O_RDWR);
+       ret = ctf_init_pos(&pos, NULL, output, O_RDWR);
        if (ret) {
                fprintf(stderr, "Error in ctf_init_pos\n");
                return;
This page took 0.023486 seconds and 4 git commands to generate.