Clarify getOverTime comment

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12
2018-01-21 10:41:23 -05:00
parent 173efff918
commit 76aff45eb5
+1 -1
View File
@@ -121,7 +121,7 @@ void getOverTime(int *sock)
{
int i, j = 9999999;
// Get first time slot with total or blocked greater than zero (the array will go down over time due to the rolling window)
// Start with the first non-empty overTime slot
for(i=0; i < counters.overTime; i++)
{
validate_access("overTime", i, true, __LINE__, __FUNCTION__, __FILE__);