diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-09 12:57:59 +0200 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-10-09 12:57:59 +0200 |
| commit | b0d2f3c7f257be07bbf8af8e963335127ef43d65 (patch) | |
| tree | ae488263112c9a81cda06066a447c7bf03180dc1 /lib/Utils | |
| parent | 6cc5b01813ba87e4a68ed848f91a6a3d573af0f6 (diff) | |
| download | abrt-b0d2f3c7f257be07bbf8af8e963335127ef43d65.tar.gz abrt-b0d2f3c7f257be07bbf8af8e963335127ef43d65.tar.xz abrt-b0d2f3c7f257be07bbf8af8e963335127ef43d65.zip | |
*: add "force" param to CreateReport dbus call. If !0, regenerates backtrace
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'lib/Utils')
| -rw-r--r-- | lib/Utils/Analyzer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Utils/Analyzer.h b/lib/Utils/Analyzer.h index 4fe586b..e5bda57 100644 --- a/lib/Utils/Analyzer.h +++ b/lib/Utils/Analyzer.h @@ -50,7 +50,7 @@ class CAnalyzer : public CPlugin * somewhere afterwards. * @param pDebugDumpPath A debugdump dir containing all necessary data. */ - virtual void CreateReport(const std::string& pDebugDumpPath) = 0; + virtual void CreateReport(const std::string& pDebugDumpPath, int force) = 0; }; #endif /*ANALYZER_H_*/ |
