mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-09-21 05:14:49 -04:00
added entry in rsgxsnetservice to change sync params
This commit is contained in:
parent
5612647672
commit
d2ef2248c6
5 changed files with 33 additions and 9 deletions
|
@ -15,7 +15,8 @@ public:
|
|||
RsDummyNetService(){ return;}
|
||||
virtual ~RsDummyNetService() { }
|
||||
|
||||
void setSyncAge(uint32_t age){}
|
||||
void setSyncAge(const RsGxsGroupId& id,uint32_t age_in_secs){}
|
||||
void setKeepAge(const RsGxsGroupId& id,uint32_t age_in_secs){}
|
||||
|
||||
void requestGroupsOfPeer(const std::string& peerId){}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue