Refuse to add port to component when parent graph is canceled
[babeltrace.git] / include / babeltrace / graph / component-status.h
index 2425c5ee6f67d8386a334d02d130716065bb1012..fe1d59ab2d84d899ee379d52bf3e0e517d1064a5 100644 (file)
@@ -56,6 +56,7 @@ enum bt_component_status {
        BT_COMPONENT_STATUS_NOMEM                       = -12,
        /** Element not found. */
        BT_COMPONENT_STATUS_NOT_FOUND                   = -19,
+       BT_COMPONENT_STATUS_GRAPH_IS_CANCELED           = 125,
 };
 
 #ifdef __cplusplus
This page took 0.02389 seconds and 4 git commands to generate.