diff options
Diffstat (limited to 'src/net/packetcounters.h')
-rw-r--r-- | src/net/packetcounters.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/net/packetcounters.h b/src/net/packetcounters.h index 713a13451..9fae01ff1 100644 --- a/src/net/packetcounters.h +++ b/src/net/packetcounters.h @@ -58,7 +58,9 @@ public: static int mOutPacketsCalc; private: - static void updateCounter(int ¤tSec, int &calc, int &counter); + static void updateCounter(int &restrict currentSec, + int &restrict calc, + int &restrict counter); }; #endif // NET_PACKETCOUNTERS_H |