summaryrefslogtreecommitdiff
path: root/src/cpu/testers/traffic_gen/traffic_gen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/testers/traffic_gen/traffic_gen.cc')
-rw-r--r--src/cpu/testers/traffic_gen/traffic_gen.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/testers/traffic_gen/traffic_gen.cc b/src/cpu/testers/traffic_gen/traffic_gen.cc
index cbff712bc..f865a00b1 100644
--- a/src/cpu/testers/traffic_gen/traffic_gen.cc
+++ b/src/cpu/testers/traffic_gen/traffic_gen.cc
@@ -59,6 +59,7 @@ TrafficGen::TrafficGen(const TrafficGenParams* p)
elasticReq(p->elastic_req),
nextTransitionTick(0),
nextPacketTick(0),
+ currState(0),
port(name() + ".port", *this),
retryPkt(NULL),
retryPktTick(0),