mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-25 17:21:05 -04:00
nxs msg transaction now working and test commited
some clean up still needed (msgs to sync should be determined by grp flag in db) git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs-b1@5497 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
bd1435c72b
commit
46c945de96
5 changed files with 215 additions and 37 deletions
|
@ -395,6 +395,9 @@ private:
|
|||
RsMutex mNxsMutex;
|
||||
|
||||
uint32_t mSyncTs;
|
||||
// TODO: remove, temp, for testing.
|
||||
// subscription handled outside netservice
|
||||
std::set<std::string> mGroupSubscribedTo;
|
||||
const uint32_t mSYNC_PERIOD;
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue