lttng-live: print discarded event and packet lost warnings on stderr
[babeltrace.git] / formats / ctf / ctf.c
index d6d078f5386308ee26db4a58a2cd2d03681f896c..36424de5626a97a00ea4ff445da926fbcd91eb04 100644 (file)
@@ -434,7 +434,6 @@ void print_uuid(FILE *fp, unsigned char *uuid)
  * consumer had time to extract them. We keep track of those gaps with the
  * packet sequence number in each packet.
  */
-static
 void ctf_print_discarded_lost(FILE *fp, struct ctf_stream_definition *stream)
 {
        if ((!stream->events_discarded && !stream->packets_lost) ||
This page took 0.024093 seconds and 4 git commands to generate.