Fix: add mmap_base_offset to ctf_stream_pos
[babeltrace.git] / lib / iterator.c
index bcb77d8843b2eca392ebb0517bafd934e3f5bcea..0d101048720fed7944524ef080b542ed26c6a783 100644 (file)
@@ -67,7 +67,7 @@ static int stream_read_event(struct ctf_file_stream *sin)
 /*
  * returns true if a < b, false otherwise.
  */
-int stream_compare(void *a, void *b)
+static int stream_compare(void *a, void *b)
 {
        struct ctf_file_stream *s_a = a, *s_b = b;
 
This page took 0.023714 seconds and 4 git commands to generate.