added some debug info to file control system and fixes a problem with sending TS

This commit is contained in:
csoler 2018-08-25 18:44:29 +02:00
parent 3055897425
commit c14d898901
No known key found for this signature in database
GPG key ID: 7BCA522266C0804C
6 changed files with 78 additions and 18 deletions

View file

@ -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;