Add plugin (user) version information
[babeltrace.git] / include / babeltrace / plugin / plugin.h
index 1e5bf37b5e0f74b24d032b9fc5c89a0d0d820e18..9bb04f2e6b126284d4fdab48498e7b4a4f59ceba 100644 (file)
@@ -98,6 +98,10 @@ extern const char *bt_plugin_get_description(struct bt_plugin *plugin);
  */
 extern const char *bt_plugin_get_path(struct bt_plugin *plugin);
 
+extern enum bt_plugin_status bt_plugin_get_version(struct bt_plugin *plugin,
+               unsigned int *major, unsigned int *minor, unsigned int *patch,
+               const char **extra);
+
 extern int bt_plugin_get_component_class_count(struct bt_plugin *plugin);
 
 extern struct bt_component_class *bt_plugin_get_component_class(
This page took 0.022926 seconds and 4 git commands to generate.