53a54
> #include <unordered_map>
265a267,273
> * Store the outstanding cache maintenance that we are expecting
> * snoop responses from so we can determine when we received all
> * snoop responses and if any of the agents satisfied the request.
> */
> std::unordered_map<PacketId, PacketPtr> outstandingCMO;
>
> /**