enabled load/save of grouter configuration. Checked that keys and info is properly restored at startup

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6975 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
csoler 2013-12-28 21:47:15 +00:00
parent 146465a53f
commit be3a593ee2
5 changed files with 28 additions and 1 deletions

View file

@ -199,6 +199,9 @@ class p3GRouter: public RsGRouter, public p3Service, public p3Config
// Multi-thread protection mutex.
//
RsMutex grMtx ;
// config update/save variables
bool _changed ;
};