added calls to indicateConfigChanged() to force saving GxsTrans outgoing records when updated

This commit is contained in:
csoler 2017-06-05 21:15:42 +02:00
parent 1967204821
commit b7c09bd6cf
2 changed files with 46 additions and 17 deletions

View file

@ -193,7 +193,7 @@ private:
typedef std::map<RsGxsTransId, OutgoingRecord> prMap;
prMap mOutgoingQueue;
RsMutex mOutgoingMutex;
void processOutgoingRecord(OutgoingRecord& r);
void locked_processOutgoingRecord(OutgoingRecord& r);
/**
* @brief Ingoing mail and receipt processing queue.