Update rsconfig.h

This commit is contained in:
Pooh 2019-04-05 10:48:00 +03:00 committed by GitHub
parent 7504964899
commit 617b924e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -296,6 +296,7 @@ public:
virtual int GetMaxDataRates( int &inKb, int &outKb ) = 0;
virtual int GetCurrentDataRates( float &inKb, float &outKb ) = 0;
virtual int GetTrafficSum( uint64_t &inb, uint64_t &outb ) = 0;
};
#endif