Save and restore mountpoints within the state file.
Signed-off-by: FlashSystems <developer@flashsystems.de>
This commit is contained in:

committed by
Max Kellermann

parent
c488d3123f
commit
64d141f71e
@@ -46,6 +46,10 @@ class StateFile final : private TimeoutMonitor {
|
||||
unsigned prev_volume_version = 0, prev_output_version = 0,
|
||||
prev_playlist_version = 0;
|
||||
|
||||
#ifdef ENABLE_DATABASE
|
||||
unsigned prev_storage_version = 0;
|
||||
#endif
|
||||
|
||||
public:
|
||||
static constexpr std::chrono::steady_clock::duration DEFAULT_INTERVAL = std::chrono::minutes(2);
|
||||
|
||||
|
Reference in New Issue
Block a user