Rainmeter.stats is now updated periodically only if NetTotal measure has been used in current session.

This commit is contained in:
Birunthan Mohanathas
2012-01-28 18:44:19 +00:00
parent e14ef154f3
commit 92864ea360
4 changed files with 10 additions and 2 deletions

View File

@ -30,7 +30,8 @@ typedef VOID (NETIOAPI_API_ * FPFREEMIBTABLE)(PVOID Memory);
class CMeasureNet : public CMeasure
{
public:
enum NET {
enum NET
{
NET_IN,
NET_OUT,
NET_TOTAL