Document plug-in interface
[babeltrace.git] / include / babeltrace / plugin / plugin-internal.h
index 2a60ea1292edb6fbefc59618843108e29e42b1b6..93c9c525e98544ffa0bf84ad6ba43568f834bd78 100644 (file)
@@ -27,7 +27,8 @@
  * SOFTWARE.
  */
 
-#include <stdint.h>
+#include <babeltrace/babeltrace-internal.h>
+#include <glib.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -36,7 +37,7 @@ extern "C" {
 struct bt_notification;
 
 struct bt_plugin {
-       const char * name;
+       GString *name;
        enum bt_plugin_type type;
 
        /* Plug-in specific callbacks */
This page took 0.023982 seconds and 4 git commands to generate.