X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=include%2Fbabeltrace%2Fplugin%2Fplugin-internal.h;h=2a60ea1292edb6fbefc59618843108e29e42b1b6;hb=584e4e7846882b88b11d94dcb248fd8f95aa6791;hp=d6bbbd3f766e7e9a59e172086c8a22dffc96afe2;hpb=06afb961e698de864aeab77857f7e0bed730dea1;p=babeltrace.git diff --git a/include/babeltrace/plugin/plugin-internal.h b/include/babeltrace/plugin/plugin-internal.h index d6bbbd3f..2a60ea12 100644 --- a/include/babeltrace/plugin/plugin-internal.h +++ b/include/babeltrace/plugin/plugin-internal.h @@ -38,6 +38,10 @@ struct bt_notification; struct bt_plugin { const char * name; enum bt_plugin_type type; + + /* Plug-in specific callbacks */ + bt_plugin_destroy_cb destroy; + bt_plugin_set_error_stream_cb set_error_stream; }; #ifdef __cplusplus