summaryrefslogtreecommitdiff
path: root/TRNS/support/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'TRNS/support/timer.h')
-rwxr-xr-xTRNS/support/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TRNS/support/timer.h b/TRNS/support/timer.h
index 3ec6d87..786c687 100755
--- a/TRNS/support/timer.h
+++ b/TRNS/support/timer.h
@@ -37,9 +37,9 @@
typedef struct Timer{
- struct timeval startTime[9];
- struct timeval stopTime[9];
- double time[9];
+ struct timeval startTime[10];
+ struct timeval stopTime[10];
+ double time[10];
}Timer;