Add bt_component_sink_register_notification_type
[babeltrace.git] / include / babeltrace / plugin / component.h
index 3a59d627358edba1ec2b117e3cad452fe6114a05..5462b7b18d55dc5ff5ee201e2b157d0cbde387ab 100644 (file)
@@ -43,7 +43,7 @@ enum bt_component_status {
        BT_COMPONENT_STATUS_NOMEM =             -4,
 
        /** Invalid arguments. */
-       BT_COMPONENT_STATUS_INVAL =             -3,
+       BT_COMPONENT_STATUS_INVALID =           -3,
 
        /** Unsupported component feature. */
        BT_COMPONENT_STATUS_UNSUPPORTED =       -2,
This page took 0.026311 seconds and 4 git commands to generate.