callsite: support instruction pointer field
[babeltrace.git] / include / babeltrace / iterator.h
index 3f7984fbe66ea00c01e6e5c95090acbf07f634fc..7eb3c5ebc4c34ffea7232afd80f8fd041fb739de 100644 (file)
 extern "C" {
 #endif
 
+/* Flags for the iterator read_event */
+enum {
+       BT_ITER_FLAG_LOST_EVENTS        = (1 << 0),
+};
+
 /* Forward declarations */
 struct bt_iter;
 struct bt_saved_pos;
This page took 0.022876 seconds and 4 git commands to generate.