summaryrefslogtreecommitdiff
path: root/src/dev/io_device.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/dev/io_device.hh')
-rw-r--r--src/dev/io_device.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dev/io_device.hh b/src/dev/io_device.hh
index ea2364f33..c5f6958ee 100644
--- a/src/dev/io_device.hh
+++ b/src/dev/io_device.hh
@@ -104,6 +104,9 @@ class DmaPort : public Port
* we are currently operating in. */
System *sys;
+ /** Id for all requests */
+ MasterID masterId;
+
/** Number of outstanding packets the dma port has. */
int pendingCount;