Skip to content

Commit

Permalink
#410: collection: fix missing system message designation
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Oct 19, 2023
1 parent 3d2b117 commit f746269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/vt/vrt/collection/manager.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,8 @@ template <typename ColT, typename IndexT, typename MsgT>

auto m = promoteMsg(msg);

envelopeSetSystemMsg(m->env, false);

runnable::makeRunnable(m, true, han, from)
.withTDEpoch(theMsg()->getEpochContextMsg(msg))
.withCollection(base)
Expand Down

0 comments on commit f746269

Please sign in to comment.