diff options
Diffstat (limited to 'src/Daemon/MiddleWare.h')
| -rw-r--r-- | src/Daemon/MiddleWare.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Daemon/MiddleWare.h b/src/Daemon/MiddleWare.h index fab822fe..c78d4d95 100644 --- a/src/Daemon/MiddleWare.h +++ b/src/Daemon/MiddleWare.h @@ -93,6 +93,7 @@ void RunActionsAndReporters(const std::string& pDebugDumpDir); * @return A report status, which reporters ends successfuly with messages. */ report_status_t Report(const map_crash_report_t& pCrashReport, + map_map_string_t& pSettings, const std::string& pUID); /** * Get debugdump direcotory. If debugdump is not found |
