diff options
Diffstat (limited to 'mem/packet.hh')
-rw-r--r-- | mem/packet.hh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mem/packet.hh b/mem/packet.hh index 57702dc97..ef28a7c9e 100644 --- a/mem/packet.hh +++ b/mem/packet.hh @@ -112,6 +112,9 @@ struct Packet /** The command of the transaction. */ Command cmd; + /** The time this request was responded to. Used to calculate latencies. */ + Tick time; + /** The result of the packet transaction. */ PacketResult result; |