src.ctf.fs: fs.c: add missing `static`
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Wed, 5 Jul 2017 16:14:24 +0000 (12:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 6 Jul 2017 21:23:07 +0000 (17:23 -0400)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/fs-src/fs.c

index 409a3dd4caa9857bafeaa3abe098b5098b0dc165..a0008ef21f820fe2a0247066ad247b159ef09398 100644 (file)
@@ -377,6 +377,7 @@ end:
        return ret;
 }
 
+static
 uint64_t get_packet_header_stream_instance_id(struct ctf_fs_trace *ctf_fs_trace,
                struct bt_ctf_field *packet_header_field)
 {
This page took 0.025 seconds and 4 git commands to generate.