src.ctf.fs: fs.c: add missing `static`
[babeltrace.git] / 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.022599 seconds and 4 git commands to generate.