sink.utils.counter: handle all types of messages
[babeltrace.git] / plugins / utils / counter / counter.h
index 2994eb479aa787557c450ee2ff6bdcee6bdc3307..784faf0fad89d4cfd1dfd6925c67ff420030d3bf 100644 (file)
@@ -34,8 +34,12 @@ struct counter {
                uint64_t event;
                uint64_t stream_begin;
                uint64_t stream_end;
+               uint64_t stream_activity_begin;
+               uint64_t stream_activity_end;
                uint64_t packet_begin;
                uint64_t packet_end;
+               uint64_t disc_events;
+               uint64_t disc_packets;
                uint64_t msg_iter_inactivity;
                uint64_t other;
        } count;
This page took 0.02409 seconds and 4 git commands to generate.