lib: add bt_{graph,query_executor}_add_interrupter()
[babeltrace.git] / include / babeltrace2 / graph / self-message-iterator.h
index 155542b87416f002bb5c9947e9a1595736adefdc..025eb278a8dfb311e40f3196b467051f7f63d6d1 100644 (file)
@@ -2,7 +2,7 @@
 #define BABELTRACE2_GRAPH_SELF_MESSAGE_ITERATOR_H
 
 /*
- * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
+ * Copyright (c) 2010-2019 EfficiOS Inc. and Linux Foundation
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
 # error "Please include <babeltrace2/babeltrace.h> instead."
 #endif
 
-/* For bt_self_component, bt_self_message_iterator, bt_self_port_output */
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+extern bt_bool bt_self_message_iterator_is_interrupted(
+               const bt_self_message_iterator *message_iterator);
+
 extern bt_self_component *
 bt_self_message_iterator_borrow_component(
                bt_self_message_iterator *message_iterator);
This page took 0.024012 seconds and 4 git commands to generate.