fix: use correct function to print 'enum bt_ctf_scope'
[babeltrace.git] / src / ctf-writer / stream.c
index 247d64a6590c0d175a34196b04ed6d7506513fc4..5576628dee3af5617e1fe9b4b48518b76e648f2c 100644 (file)
@@ -25,6 +25,7 @@
 #include "logging.h"
 
 #include <inttypes.h>
+#include <stdbool.h>
 #include <stdint.h>
 #include <unistd.h>
 
@@ -668,6 +669,7 @@ end:
        return ret;
 }
 
+static
 int visit_event_update_clock_value(struct bt_ctf_event *event, uint64_t *val)
 {
        int ret = 0;
This page took 0.022503 seconds and 4 git commands to generate.