Plugin symbol resolving fix
[babeltrace.git] / plugins / ctf / text / text.c
index 8e95c8b44884fe96d88423c348c325dfb7ae1f72..9732678cd9a1a7fd25c0f0eeed9f01a668774f59 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Babeltrace CTF Text Output Plugin
  *
- * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
+ * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
@@ -47,7 +47,7 @@ BT_PLUGIN_EXIT(ctf_text_plugin_exit);
 
 /* Defines BT_PLUGIN_INIT. */
 BT_PLUGIN_COMPONENT_CLASSES_BEGIN
-BT_PLUGIN_SINK_COMPONENT_CLASS_ENTRY(plugin_name, ctf_text_init)
+BT_PLUGIN_SINK_COMPONENT_CLASS_ENTRY(__bt_plugin_name, ctf_text_init)
 BT_PLUGIN_COMPONENT_CLASSES_END
 
 enum loglevel {
This page took 0.023646 seconds and 4 git commands to generate.