summaryrefslogtreecommitdiffstats
path: root/inc
diff options
context:
space:
mode:
authorDenys Vlasenko <dvlasenk@redhat.com>2010-11-03 13:33:53 +0100
committerDenys Vlasenko <dvlasenk@redhat.com>2010-11-03 13:33:53 +0100
commit66fdda782198bd1c7b1c110d1337cd30a31206d9 (patch)
tree75aea4acc16cadaa78bc347617f6c34ca73f5fdd /inc
parent72fc15ea204311f061276d8a1df1489d720af61c (diff)
downloadabrt-66fdda782198bd1c7b1c110d1337cd30a31206d9.tar.gz
abrt-66fdda782198bd1c7b1c110d1337cd30a31206d9.tar.xz
abrt-66fdda782198bd1c7b1c110d1337cd30a31206d9.zip
switch "analyze" step processing to abrt_event.conf-driven way
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'inc')
-rw-r--r--inc/analyzer.h7
-rw-r--r--inc/crash_types.h4
2 files changed, 1 insertions, 10 deletions
diff --git a/inc/analyzer.h b/inc/analyzer.h
index 122b222e..3f2c6952 100644
--- a/inc/analyzer.h
+++ b/inc/analyzer.h
@@ -36,13 +36,6 @@ class CAnalyzer : public CPlugin
* @return A global UUID.
*/
virtual std::string GetGlobalUUID(const char *pDebugDumpDir) = 0;
- /**
- * A method, which takes care of getting all additional data needed
- * for computing UUIDs and creating a report. This report could be send
- * somewhere afterwards.
- * @param pDebugDumpPath A debugdump dir containing all necessary data.
- */
- virtual void CreateReport(const char *pDebugDumpDir, int force) = 0;
};
#endif /*ANALYZER_H_*/
diff --git a/inc/crash_types.h b/inc/crash_types.h
index 6308db89..96d05d38 100644
--- a/inc/crash_types.h
+++ b/inc/crash_types.h
@@ -33,9 +33,7 @@
#define FILENAME_COREDUMP "coredump"
#define FILENAME_BACKTRACE "backtrace"
#define FILENAME_MEMORYMAP "memorymap"
-// Used by CCpp analyzer to cache GetGlobalUUID() calls.
-// FIXME! make ALL analyzers to save it as a file!
-// Now, Python and kerneloops do not!
+// Used to cache GetGlobalUUID() calls
#define FILENAME_DUPHASH "global_uuid" /* name is compat, to be renamed to "duphash" */
// Name of the function where the application crashed.
// Optional.