mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-25 15:35:49 -04:00
added some debug info to file control system and fixes a problem with sending TS
This commit is contained in:
parent
3055897425
commit
c14d898901
6 changed files with 78 additions and 18 deletions
|
@ -164,6 +164,8 @@ public:
|
|||
|
||||
struct BannedFileEntry
|
||||
{
|
||||
BannedFileEntry() : size(0),filename(""),ban_time_stamp(0) {}
|
||||
|
||||
uint64_t size ;
|
||||
std::string filename ;
|
||||
time_t ban_time_stamp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue