Allow a component to remove a port and any user to disconnect one
[babeltrace.git] / include / babeltrace / component / component-class-internal.h
index 3994edbdea6541bab3d9c00f55bc4f957fcd7880..6146cad6d2327985aeab7238fc55e54db94204ed 100644 (file)
@@ -58,7 +58,8 @@ struct bt_component_class {
                bt_component_class_init_method init;
                bt_component_class_destroy_method destroy;
                bt_component_class_query_method query;
-               bt_component_class_new_connection_method new_connection_method;
+               bt_component_class_accept_port_connection_method accept_port_connection;
+               bt_component_class_port_disconnected_method port_disconnected;
        } methods;
        /* Array of struct bt_component_class_destroy_listener */
        GArray *destroy_listeners;
This page took 0.024175 seconds and 4 git commands to generate.