Merge pull request #1509 from RetroPooh/trafcount

display session traffic
This commit is contained in:
csoler 2019-04-10 21:04:53 +02:00 committed by GitHub
commit 43a5312194
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 59 additions and 11 deletions

View file

@ -409,6 +409,7 @@ public:
* @return returns 1 on succes and 0 otherwise
*/
virtual int GetCurrentDataRates( float &inKb, float &outKb ) = 0;
virtual int GetTrafficSum( uint64_t &inb, uint64_t &outb ) = 0;
};
#endif