249a250,256
> * Store the outstanding requests that we are expecting snoop
> * responses from so we can determine which snoop responses we
> * generated and which ones were merely forwarded.
> */
> std::unordered_set<RequestPtr> outstandingSnoop;
>
> /**