X-Git-Url: https://git.lttng.org/?p=lttngtop.git;a=blobdiff_plain;f=lib%2Fbabeltrace%2Fiterator.h;fp=lib%2Fbabeltrace%2Fiterator.h;h=5c3939c32b4261eaae4ed3676a20fbb205586c73;hp=50232a905fc7df90268d62c4e58c28ed9d0cd025;hb=12a91e9dd6c9cc18989351762d19ed1e69fe627c;hpb=38e240608abcec56b7bee5a076e3992c835de834 diff --git a/lib/babeltrace/iterator.h b/lib/babeltrace/iterator.h index 50232a9..5c3939c 100644 --- a/lib/babeltrace/iterator.h +++ b/lib/babeltrace/iterator.h @@ -35,6 +35,7 @@ extern "C" { /* Flags for the iterator read_event */ enum { BT_ITER_FLAG_LOST_EVENTS = (1 << 0), + BT_ITER_FLAG_RETRY = (1 << 1), }; /* Forward declarations */