summaryrefslogtreecommitdiff
path: root/src/net/packetcounters.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/packetcounters.h')
-rw-r--r--src/net/packetcounters.h4
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 &currentSec, int &calc, int &counter);
+ static void updateCounter(int &restrict currentSec,
+ int &restrict calc,
+ int &restrict counter);
};
#endif // NET_PACKETCOUNTERS_H