52a53
> #include "mem/qport.hh"
88c89
< typedef std::vector<SlavePort*> SnoopList;
---
> typedef std::vector<QueuedSlavePort*> SnoopList;
101c102
< void setSlavePorts(const std::vector<SlavePort*>& bus_slave_ports) {
---
> void setSlavePorts(const SnoopList& bus_slave_ports) {