trimmer: Update the bounds of the trimmed packets
[babeltrace.git] / plugins / utils / trimmer / iterator.h
index 3fd99a729f229595ac179f1cc51b344df9592407..3b35dbd46a5bbce01a7ae30680be93bdd21badb8 100644 (file)
 struct trimmer_iterator {
        /* Input iterator associated with this output iterator. */
        struct bt_notification_iterator *input_iterator;
+       struct bt_notification *current_notification;
+       FILE *err;
+       /* Map between reader and writer packets. */
+       GHashTable *packet_map;
 };
 
 BT_HIDDEN
This page took 0.025242 seconds and 4 git commands to generate.