diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/sst/ExtMaster.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sst/ExtMaster.cc b/ext/sst/ExtMaster.cc index ce6f8ab7b..26a6c4a09 100644 --- a/ext/sst/ExtMaster.cc +++ b/ext/sst/ExtMaster.cc @@ -177,7 +177,7 @@ ExtMaster::handleEvent(SST::Event* event) } auto req = new Request(ev->getAddr(), ev->getSize(), flags, 0); - req->setContext(ev->getGroupId()); + req->setThreadContext(ev->getGroupId(), 0); auto pkt = new Packet(req, cmdO); pkt->allocate(); |