decided to use polling and a database trigger to maintain consistentency of last group post for database sync

- db reset done, you will lose your current gxs data

git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-gxs_finale@6906 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
chrisparker126 2013-11-23 23:39:55 +00:00
parent 6cbb3a65f8
commit 24839ee237
7 changed files with 92 additions and 39 deletions

View file

@ -327,6 +327,8 @@ private:
void locked_doMsgUpdateWork(const RsNxsTransac* nxsTrans, const std::string& grpId);
void updateServerSyncTS();
private:
typedef std::vector<RsNxsGrp*> GrpFragments;