mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 22:25:04 -04:00
Fix Friend List Status
This commit is contained in:
parent
cb90c70beb
commit
6b519838b1
7 changed files with 135 additions and 115 deletions
|
@ -48,11 +48,7 @@ const uint32_t RS_STATUS_COUNT = 0x0005; // count of status
|
|||
class StatusInfo
|
||||
{
|
||||
public:
|
||||
StatusInfo()
|
||||
{
|
||||
status = 0;
|
||||
time_stamp = 0;
|
||||
}
|
||||
StatusInfo() : status(RS_STATUS_OFFLINE), time_stamp(0) {}
|
||||
|
||||
public:
|
||||
RsPeerId id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue