lib: notification iterator: transfer a batch of notifications
[babeltrace.git] / plugins / utils / counter / counter.h
index 33dda03e78788d05dbc64225cb9cfafca22b370e..2630f10ecbbd82f55e6022e1fbfa40d378155dc8 100644 (file)
@@ -24,9 +24,7 @@
  */
 
 #include <glib.h>
-#include <babeltrace/graph/private-component.h>
-#include <babeltrace/graph/private-port.h>
-#include <babeltrace/graph/port.h>
+#include <babeltrace/babeltrace.h>
 #include <stdbool.h>
 #include <stdint.h>
 
@@ -46,6 +44,7 @@ struct counter {
                uint64_t other;
        } count;
        uint64_t last_printed_total;
+       uint64_t at;
        uint64_t step;
        bool hide_zero;
        bool error;
This page took 0.023647 seconds and 4 git commands to generate.