lib: remove "accept port" concept
[babeltrace.git] / include / babeltrace2 / graph / self-component.h
index fe4e4df551b38a6a8dac8671e99e1b66473c5110..4d53697f953dd8de1ba5d1f57f8a7b7068704021 100644 (file)
@@ -34,7 +34,6 @@ typedef enum bt_self_component_status {
        BT_SELF_COMPONENT_STATUS_OK = 0,
        BT_SELF_COMPONENT_STATUS_END = 1,
        BT_SELF_COMPONENT_STATUS_AGAIN = 11,
-       BT_SELF_COMPONENT_STATUS_REFUSE_PORT_CONNECTION = 111,
        BT_SELF_COMPONENT_STATUS_ERROR = -1,
        BT_SELF_COMPONENT_STATUS_NOMEM = -12,
 } bt_self_component_status;
This page took 0.028663 seconds and 4 git commands to generate.