thread safety for debug info table

This commit is contained in:
2021-06-14 15:04:08 -04:00
parent 3da2c8cae3
commit dfb8c67490
3 changed files with 5 additions and 1 deletions

View File

@@ -41,6 +41,7 @@ typedef struct {
int fast;
GHashTable *dbg_current_files;
pthread_mutex_t dbg_current_files_mu;
scan_arc_ctx_t arc_ctx;
scan_comic_ctx_t comic_ctx;