mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-15 09:36:23 -04:00
saving intermediate work for id cleaning
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.6-IdCleaning@7087 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
08d64be2e5
commit
33ab4ee3b5
61 changed files with 1016 additions and 1005 deletions
|
@ -35,6 +35,7 @@
|
|||
#include <string>
|
||||
#include <list>
|
||||
#include "pqi/pqiipset.h"
|
||||
#include "retroshare/rsids.h"
|
||||
|
||||
/************** Define Type/Mode/Source ***************/
|
||||
|
||||
|
@ -96,11 +97,11 @@ const uint32_t RS_STUN_FRIEND_OF_FRIEND = 0x0040;
|
|||
|
||||
class pqipeer
|
||||
{
|
||||
public:
|
||||
std::string id;
|
||||
std::string name;
|
||||
uint32_t state;
|
||||
uint32_t actions;
|
||||
public:
|
||||
SSLIdType id;
|
||||
std::string name;
|
||||
uint32_t state;
|
||||
uint32_t actions;
|
||||
};
|
||||
|
||||
class p3LinkMgr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue