mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
added calls to indicateConfigChanged() to force saving GxsTrans outgoing records when updated
This commit is contained in:
parent
1967204821
commit
b7c09bd6cf
2 changed files with 46 additions and 17 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue