From dafd80ce71a4f617deaac7084edb0c03450b3259 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Thu, 23 Jul 2015 16:59:17 -0400 Subject: [PATCH] Add ctf-text entry point initialization comment MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérémie Galarneau --- plugins/ctf/text/text.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ctf/text/text.c b/plugins/ctf/text/text.c index 03086ad5..b77c9fcd 100644 --- a/plugins/ctf/text/text.c +++ b/plugins/ctf/text/text.c @@ -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, -- 2.34.1