diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-09 15:47:21 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-09 15:47:21 +0100 |
| commit | 664f2d7428d653f9d8aab36deef7268ca5ed4ab4 (patch) | |
| tree | fb45523d132cf7541477dde93b674407cd1cba6b /src/Daemon/MiddleWare.h | |
| parent | 35e5d37931a4548df96d0d49f6bd0138e65e4b5b (diff) | |
| download | abrt-664f2d7428d653f9d8aab36deef7268ca5ed4ab4.tar.gz abrt-664f2d7428d653f9d8aab36deef7268ca5ed4ab4.tar.xz abrt-664f2d7428d653f9d8aab36deef7268ca5ed4ab4.zip | |
make "InformAllUsers" crashes be recorded with UID=-1 in db
this makes them show up in GUI again
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/MiddleWare.h')
| -rw-r--r-- | src/Daemon/MiddleWare.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h index 0671dd02..4eb01359 100644 --- a/src/Daemon/MiddleWare.h +++ b/src/Daemon/MiddleWare.h @@ -124,7 +124,9 @@ std::string DeleteCrashInfo(const char *pUUID, * @param pDebugDumpDir A debugdump directory. * @return It return results of operation. See mw_result_t. */ -mw_result_t SaveDebugDump(const char *pDebugDumpDir); +// Ok to remove? +//mw_result_t SaveDebugDump(const char *pDebugDumpDir); + /** * Saves debugdump into database. If saving is successful, * it fills crash info. @@ -171,5 +173,6 @@ void AddAnalyzerActionOrReporter(const char *pAnalyzer, void AddActionOrReporter(const char *pActionOrReporter, const char *pArgs); +bool analyzer_has_InformAllUsers(const char *analyzer_name); #endif /*MIDDLEWARE_H_*/ |
