Add plugin (user) version information
[babeltrace.git] / include / babeltrace / plugin / plugin-internal.h
index ac0217207bcfca61f068df44cc083d43f151afbc..4f361d6d6d2931285565f81fe64cb637581f43e0 100644 (file)
@@ -60,6 +60,7 @@ struct bt_plugin {
        const char *license;
        const char *description;
        bt_plugin_init_func init;
+       const struct __bt_plugin_descriptor_version *version;
 };
 
 #endif /* BABELTRACE_PLUGIN_PLUGIN_INTERNAL_H */
This page took 0.023689 seconds and 4 git commands to generate.