lib: add bt_{graph,query_executor}_add_interrupter()
[babeltrace.git] / CONTRIBUTING.adoc
index 81e964f04311c335a4887d9a0f35f17e4040ccc4..d5d86e54a2a9e4daa19b21d22de1edbbc4ce28be 100644 (file)
@@ -713,6 +713,10 @@ The available format specifiers are:
 |Graph
 |`+const struct bt_graph *+`
 
+|`z`
+|Interrupter
+|`+struct bt_interrupter *+`
+
 |`l`
 |Plugin
 |`+const struct bt_plugin *+`
@@ -1349,7 +1353,7 @@ an _INFO_ build.
 * Object copying (except fields and values).
 * Object freezing (whatever the type, as freezing only occurs in
   developer mode).
-* Object cancellation.
+* Object interruption.
 * Calling user methods and logging the result.
 * Setting object properties (except fields and values).
 |
This page took 0.025254 seconds and 4 git commands to generate.