Instance: flush input cache on SIGHUP

This commit is contained in:
Max Kellermann
2020-02-16 20:38:56 +01:00
parent 29d05cdb8e
commit d1cc73775f
4 changed files with 24 additions and 4 deletions

View File

@@ -209,6 +209,8 @@ struct Instance final
}
#endif
void FlushCaches() noexcept;
private:
#ifdef ENABLE_DATABASE
/* virtual methods from class DatabaseListener */