X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fplugin-system.h;h=0c3618c219b46b79dc1957ad750400cede5db1cd;hb=760051fa35b387a5d6090440a2daa58524283130;hp=959feab84447742b43d681a105b3eb30848cdad9;hpb=512ccb9966ca2179338e267c92da887c543afc6c;p=babeltrace.git diff --git a/include/babeltrace/plugin/plugin-system.h b/include/babeltrace/plugin/plugin-system.h index 959feab8..0c3618c2 100644 --- a/include/babeltrace/plugin/plugin-system.h +++ b/include/babeltrace/plugin/plugin-system.h @@ -49,9 +49,9 @@ typedef void (*bt_plugin_exit_func)(void); /** * Component private data deallocation function type. * - * @param data Component private data + * @param component Component instance */ -typedef void (*bt_component_destroy_cb)(void *data); +typedef void (*bt_component_destroy_cb)(struct bt_component *component); /** * Component initialization function type.