summaryrefslogtreecommitdiff
path: root/src/learning_gem5
diff options
context:
space:
mode:
Diffstat (limited to 'src/learning_gem5')
-rw-r--r--src/learning_gem5/part3/MSI-dir.sm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/learning_gem5/part3/MSI-dir.sm b/src/learning_gem5/part3/MSI-dir.sm
index 7bd7aae83..f00df37ef 100644
--- a/src/learning_gem5/part3/MSI-dir.sm
+++ b/src/learning_gem5/part3/MSI-dir.sm
@@ -125,7 +125,7 @@ machine(MachineType:Directory, "Directory protocol")
// NOTE: We use a netdest for the sharers and the owner so we can simply
// copy the structure into the message we send as a response.
- structure(Entry, desc="...", interface="AbstractEntry") {
+ structure(Entry, desc="...", interface="AbstractCacheEntry", main="false") {
State DirState, desc="Directory state";
NetDest Sharers, desc="Sharers for this block";
NetDest Owner, desc="Owner of this block";