Add ctf-text entry point initialization comment
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 23 Jul 2015 20:59:17 +0000 (16:59 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 16:57:26 +0000 (12:57 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
plugins/ctf/text/text.c

index 03086ad5dea4f3a6676805b3564672c75b64a312..b77c9fcd8659bc3e73a1096f48ece628c60d434a 100644 (file)
@@ -38,6 +38,7 @@ const char *plugin_name = "ctf-text";
 static enum bt_component_status ctf_text_init(struct bt_component *);
 static void ctf_text_exit(void);
 
+/* Initialize plug-in entry points. */
 BT_PLUGIN_NAME("ctf-text");
 BT_PLUGIN_AUTHOR("Jérémie Galarneau");
 BT_PLUGIN_LICENSE("MIT License");
@@ -47,7 +48,6 @@ BT_PLUGIN_COMPONENT_CLASSES_BEGIN
 BT_PLUGIN_SINK_COMPONENT_CLASS_ENTRY(plugin_name, ctf_text_init)
 BT_PLUGIN_COMPONENT_CLASSES_END
 
-
 enum loglevel {
         LOGLEVEL_EMERG                  = 0,
         LOGLEVEL_ALERT                  = 1,
This page took 0.025235 seconds and 4 git commands to generate.