Deleted Added
sdiff udiff text old ( 12811:269967d5b4e4 ) new ( 12918:123729464862 )
full compact
1/*
2 * Copyright (c) 2012-2013, 2016-2018 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 149 unchanged lines hidden (view full) ---

158 PacketPtr retryPkt;
159
160 /** Tick when the stalled packet was meant to be sent. */
161 Tick retryPktTick;
162
163 /** Event for scheduling updates */
164 EventFunctionWrapper updateEvent;
165
166 /** Count the number of dropped requests. */
167 Stats::Scalar numSuppressed;
168
169 private: // Stats
170 /** Count the number of generated packets. */
171 Stats::Scalar numPackets;
172
173 /** Count the number of retries. */
174 Stats::Scalar numRetries;
175

--- 77 unchanged lines hidden ---