add card config backup

This commit is contained in:
Martin Michelsen
2022-03-28 18:17:29 -07:00
parent 035730c1b2
commit cf44e2041e
4 changed files with 47 additions and 18 deletions
+2 -1
View File
@@ -62,7 +62,6 @@ public:
const std::string& output_filename,
uint32_t remaining_bytes);
};
bool save_quests;
std::unordered_map<std::string, SavingQuestFile> saving_quest_files;
LinkedSession(
@@ -100,6 +99,8 @@ public:
std::shared_ptr<LinkedSession> get_session();
void delete_session(uint32_t serial_number);
bool save_quests;
private:
struct ListeningSocket {
ProxyServer* server;