summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/Kerneloops.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Plugins/Kerneloops.cpp')
-rw-r--r--lib/Plugins/Kerneloops.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/Plugins/Kerneloops.cpp b/lib/Plugins/Kerneloops.cpp
index f4714834..1eabd215 100644
--- a/lib/Plugins/Kerneloops.cpp
+++ b/lib/Plugins/Kerneloops.cpp
@@ -61,3 +61,12 @@ std::string CAnalyzerKerneloops::GetGlobalUUID(const std::string& pDebugDumpDir)
{
return GetLocalUUID(pDebugDumpDir);
}
+
+PLUGIN_INFO(ANALYZER,
+ CAnalyzerKerneloops,
+ "Kerneloops",
+ "0.0.2",
+ "Abrt's Kerneloops plugin.",
+ "anton@redhat.com",
+ "https://people.redhat.com/aarapov",
+ "");