138a139,143
> // Function for figuring out if any of the messages in the buffer can
> // satisfy the read request for the address in the packet.
> // Return value, if true, indicates that the request was fulfilled.
> bool functionalRead(Packet *pkt);
>
182c187
< uint64_t m_msg_counter;
---
> uint64 m_msg_counter;