mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
* Added NewsFeed for new Message.
* Disabled newsFeed for failed connection and disconnect. * Switched interface file_size to 64 bits for larger files. * Flagged distrib groups as changed when subscribe request is processed. git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@634 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
aba2630165
commit
56639fd1ba
5 changed files with 14 additions and 2 deletions
|
@ -201,7 +201,7 @@ class DirDetails
|
|||
std::string name;
|
||||
std::string hash;
|
||||
std::string path;
|
||||
uint32_t count;
|
||||
uint64_t count;
|
||||
uint32_t age;
|
||||
uint32_t rank;
|
||||
|
||||
|
@ -215,7 +215,7 @@ class FileDetail
|
|||
std::string name;
|
||||
std::string hash;
|
||||
std::string path;
|
||||
uint32_t size;
|
||||
uint64_t size;
|
||||
uint32_t age;
|
||||
uint32_t rank;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue