void sendSnoop(FunctionalRequestProtocol *peer, PacketPtr pkt) const
Send a functional snoop request packet, where the data is instantly updated everywhere in the memory ...
virtual void recvFunctionalSnoop(PacketPtr pkt)=0
Receive a functional snoop request packet from the peer.
A Packet is used to encapsulate a transfer between two objects in the memory system (e...
void send(FunctionalResponseProtocol *peer, PacketPtr pkt) const
Send a functional request packet, where the data is instantly updated everywhere in the memory system...
virtual void recvFunctional(PacketPtr pkt)=0
Receive a functional request packet from the peer.