Deleted Added
sdiff udiff text old ( 10713:eddb533708cb ) new ( 10905:a6ca6831e775 )
full compact
1/*
2 * Copyright (c) 2012-2013 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

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

198 PortID idx = InvalidPortID);
199
200 void init();
201
202 void initState();
203
204 unsigned int drain(DrainManager *dm);
205
206 void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
207 void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
208
209 /** Register statistics */
210 void regStats();
211
212};
213
214#endif //__CPU_TRAFFIC_GEN_TRAFFIC_GEN_HH__