mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-27 19:10:41 -05:00
first attempt at creating a display model for transfers. Not finished yet.
This commit is contained in:
parent
36e20db887
commit
3f8ff6489b
10 changed files with 597 additions and 129 deletions
|
|
@ -208,7 +208,7 @@ class FileInfo
|
|||
uint64_t transfered;
|
||||
double tfRate; /* in kbytes */
|
||||
uint32_t downloadStatus; // FT_STATE_DOWNLOADING & co. See rstypes.h
|
||||
std::list<TransferInfo> peers;
|
||||
std::vector<TransferInfo> peers;
|
||||
|
||||
DwlSpeed priority ;
|
||||
time_t lastTS;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue