X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fctf%2Fevents-internal.h;h=be111c1710144a86056cb6441ab8357a2a31ba65;hb=70fd5a515016525961d4bef0d627616abdc9bc28;hp=0356906f3432eb6192bf13e997dfe1c6858a32d9;hpb=c462e188f3e7819c7bc74f671038cdbf36e8c3c0;p=babeltrace.git diff --git a/include/babeltrace/ctf/events-internal.h b/include/babeltrace/ctf/events-internal.h index 0356906f..be111c17 100644 --- a/include/babeltrace/ctf/events-internal.h +++ b/include/babeltrace/ctf/events-internal.h @@ -79,4 +79,7 @@ struct bt_ctf_iter { uint64_t events_lost; }; +void ctf_print_discarded(FILE *fp, struct ctf_stream_definition *stream, + int end_stream); + #endif /*_BABELTRACE_CTF_EVENTS_INTERNAL_H */