lib: rename inactivity msg to msg iterator inactivity msg
[babeltrace.git] / plugins / utils / counter / counter.h
index e4cbdde7885864d891215c4f433bed9f5c5c8666..2994eb479aa787557c450ee2ff6bdcee6bdc3307 100644 (file)
@@ -36,7 +36,7 @@ struct counter {
                uint64_t stream_end;
                uint64_t packet_begin;
                uint64_t packet_end;
-               uint64_t inactivity;
+               uint64_t msg_iter_inactivity;
                uint64_t other;
        } count;
        uint64_t last_printed_total;
This page took 0.024239 seconds and 4 git commands to generate.