List detected component classes
[babeltrace.git] / include / babeltrace / plugin / plugin-internal.h
index 673b7818f4838d8ed6998a2a18ef9e1e1981a0ca..75343239563a4b4bb51ab250ad2e0c300c435f63 100644 (file)
@@ -49,13 +49,15 @@ struct bt_plugin {
        const char *name;
        const char *author;
        const char *license;
+       const char *description;
+       GString *path;
         bt_plugin_init_func init;
        bt_plugin_exit_func exit;
        GModule *module;
 };
 
 BT_HIDDEN
-struct bt_plugin *bt_plugin_create(GModule *module);
+struct bt_plugin *bt_plugin_create(GModule *module, const char *path);
 
 BT_HIDDEN
 enum bt_component_status bt_plugin_register_component_classes(
This page took 0.046405 seconds and 4 git commands to generate.