MPD
0.20.15
|
Go to the source code of this file.
Functions | |
void | storage_state_save (BufferedOutputStream &os, const Instance &instance) |
bool | storage_state_restore (const char *line, TextFile &file, Instance &instance) |
unsigned | storage_state_get_hash (const Instance &instance) |
Generates a hash number for the current state of the composite storage. More... | |
unsigned storage_state_get_hash | ( | const Instance & | instance | ) |
Generates a hash number for the current state of the composite storage.
This is used by timer_save_state_file() to determine whether the state has changed and the state file should be saved.
void storage_state_save | ( | BufferedOutputStream & | os, |
const Instance & | instance | ||
) |