551,557d550
<
< /**
< * Used to store the Tick when the next generate should
< * occur. It is to remove a transaction as soon as we
< * enter the state.
< */
< Tick oldEmitTime;
585,586c578
< : QueuedMasterPort(name, &_owner, queue), queue(_owner, *this),
< owner(_owner)
---
> : QueuedMasterPort(name, &_owner, queue), queue(_owner, *this)
597,599d588
< // Owner of the port
< TrafficGen& owner;
<