Issue: #96 - Garbage collect inodeproc on each ui refresh.

This commit is contained in:
Kondo Takeo
2021-02-16 22:42:47 +09:00
parent 8da07022e4
commit 0a54596bc6
5 changed files with 76 additions and 0 deletions

View File

@@ -41,4 +41,6 @@ void prg_cache_clear();
// reread the inode-to-prg_node-mapping
void reread_mapping();
void garbage_collect_inodeproc();
#endif