From: Jérémie Galarneau Date: Thu, 23 Jul 2015 20:59:17 +0000 (-0400) Subject: Add ctf-text entry point initialization comment X-Git-Tag: v2.0.0-pre1~847 X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=dafd80ce71a4f617deaac7084edb0c03450b3259;p=babeltrace.git Add ctf-text entry point initialization comment Signed-off-by: Jérémie Galarneau --- 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,