summaryrefslogtreecommitdiffstats
path: root/lib/Plugins/KerneloopsReporter.h
diff options
context:
space:
mode:
authorJiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com>2009-11-01 23:25:19 +0100
committerJiri Moskovcak <Mozkum@dhcp-lab-216.englab.brq.redhat.com>2009-11-01 23:25:19 +0100
commit0586639caf9fd8218257a16006bb9783ee490102 (patch)
treea4b8bc367598338161cf0ad85dcd21d8ecd91b52 /lib/Plugins/KerneloopsReporter.h
parent675f8db1c51c474db89e988c06ace1b13f99857d (diff)
downloadabrt-0586639caf9fd8218257a16006bb9783ee490102.tar.gz
abrt-0586639caf9fd8218257a16006bb9783ee490102.tar.xz
abrt-0586639caf9fd8218257a16006bb9783ee490102.zip
Hack to fix the problem with daemon remembering the last used settings
Diffstat (limited to 'lib/Plugins/KerneloopsReporter.h')
-rw-r--r--lib/Plugins/KerneloopsReporter.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Plugins/KerneloopsReporter.h b/lib/Plugins/KerneloopsReporter.h
index f1b427f8..3c165920 100644
--- a/lib/Plugins/KerneloopsReporter.h
+++ b/lib/Plugins/KerneloopsReporter.h
@@ -43,6 +43,7 @@ class CKerneloopsReporter : public CReporter
virtual void SetSettings(const map_plugin_settings_t& pSettings);
virtual map_plugin_settings_t GetSettings();
virtual std::string Report(const map_crash_report_t& pCrashReport,
+ const map_plugin_settings_t& pSettings,
const std::string& pArgs);
};