callsite: support instruction pointer field
[babeltrace.git] / include / babeltrace / iterator.h
index 22dabb479048e75007a30a40d1cc62e83e0687d9..7eb3c5ebc4c34ffea7232afd80f8fd041fb739de 100644 (file)
 #include <babeltrace/format.h>
 #include <babeltrace/context.h>
 
+#ifdef __cplusplus
+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;
@@ -106,4 +115,8 @@ int bt_iter_set_pos(struct bt_iter *iter, const struct bt_iter_pos *pos);
 struct bt_iter_pos *bt_iter_create_time_pos(struct bt_iter *iter,
                uint64_t timestamp);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* _BABELTRACE_ITERATOR_H */
This page took 0.02451 seconds and 4 git commands to generate.