Plug-in system update
[babeltrace.git] / include / babeltrace / plugin / plugin-internal.h
index d6bbbd3f766e7e9a59e172086c8a22dffc96afe2..2a60ea1292edb6fbefc59618843108e29e42b1b6 100644 (file)
@@ -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
This page took 0.022667 seconds and 4 git commands to generate.