diff options
Diffstat (limited to 'src/Daemon/Daemon.h')
| -rw-r--r-- | src/Daemon/Daemon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Daemon/Daemon.h b/src/Daemon/Daemon.h index dbcfc29..8fcce71 100644 --- a/src/Daemon/Daemon.h +++ b/src/Daemon/Daemon.h @@ -49,8 +49,8 @@ extern CPluginManager* g_pPluginManager; */ extern set_string_t g_setBlackList; -/* Map <UID, <UUID, result>> to cache the results from CreateReport_t() */ -extern std::map<const std::string, std::map<int, map_crash_report_t> > g_pending_jobs; +/* Map <UID, <job_id, result>> to cache the results from CreateReport_t() */ +extern std::map<const std::string, std::map<uint64_t, map_crash_report_t> > g_pending_jobs; /* Mutex to protect g_pending_jobs */ extern pthread_mutex_t g_pJobsMutex; |
