Refuse to add port to component when parent graph is canceled
[babeltrace.git] / include / babeltrace / graph / component-internal.h
index d67dd54f0dd930a79b3330ec2951a7015fe3cf33..f78c468b079ff69d3e5aea0522449e8565ffca42 100644 (file)
@@ -170,6 +170,8 @@ const char *bt_component_status_string(enum bt_component_status status)
                return "BT_COMPONENT_STATUS_NOMEM";
        case BT_COMPONENT_STATUS_NOT_FOUND:
                return "BT_COMPONENT_STATUS_NOT_FOUND";
+       case BT_COMPONENT_STATUS_GRAPH_IS_CANCELED:
+               return "BT_COMPONENT_STATUS_GRAPH_IS_CANCELED";
        default:
                return "(unknown)";
        }
This page took 0.02342 seconds and 4 git commands to generate.