diff options
| author | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-10 14:32:08 +0200 |
|---|---|---|
| committer | Jiri Moskovcak <jmoskovc@redhat.com> | 2009-04-10 14:32:08 +0200 |
| commit | 8e86ee207e5ce77189d287597adbda86c781a514 (patch) | |
| tree | db36026f6a112a0259f2d23409efa73f39cda547 /lib/MiddleWare/MiddleWare.h | |
| parent | 034314a72ed3d461bc622b4b9870b486a11df4bb (diff) | |
| download | abrt-8e86ee207e5ce77189d287597adbda86c781a514.tar.gz abrt-8e86ee207e5ce77189d287597adbda86c781a514.tar.xz abrt-8e86ee207e5ce77189d287597adbda86c781a514.zip | |
Configurable max size of debugdump storage rhbz#490889
Diffstat (limited to 'lib/MiddleWare/MiddleWare.h')
| -rw-r--r-- | lib/MiddleWare/MiddleWare.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/MiddleWare/MiddleWare.h b/lib/MiddleWare/MiddleWare.h index e8d5212..86db708 100644 --- a/lib/MiddleWare/MiddleWare.h +++ b/lib/MiddleWare/MiddleWare.h @@ -80,7 +80,7 @@ class CMiddleWare map_crash_report_t& pCrashReport); void Report(const map_crash_report_t& pCrashReport); - + void DeleteDebugDumpDir(const std::string& pDebugDumpDir); void DeleteCrashInfo(const std::string& pUUID, const std::string& pUID, const bool bWithDebugDump = true); |
