summaryrefslogtreecommitdiffstats
path: root/src/Daemon/MiddleWare.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Daemon/MiddleWare.h')
-rw-r--r--src/Daemon/MiddleWare.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h
index 86d59396..bc80952a 100644
--- a/src/Daemon/MiddleWare.h
+++ b/src/Daemon/MiddleWare.h
@@ -94,6 +94,15 @@ void RunActionsAndReporters(const std::string& pDebugDumpDir);
report_status_t Report(const map_crash_report_t& pCrashReport,
const std::string& pUID);
/**
+ * Get debugdump direcotory. If debugdump is not found
+ * in database it will return empty string.
+ * @param pUUID A local UUID of a crash.
+ * @param pUID An UID of an user.
+ * @return A debugdump directory.
+ */
+std::string getDebugDumpDir( const std::string& pUUID,
+ const std::string& pUID);
+/**
* Deletes particular debugdump directory.
* @param pDebugDumpDir A debugdump directory.
*/