Skip to content

Commit

Permalink
fixed a small issue with state machine calls
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Taylor committed May 8, 2024
1 parent ab462c3 commit 7b9e2ca
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ namespace hpx::parcelset::policies::openshmem {

state_ = rcvd_chunks;

return true;
return done();
}

bool done() noexcept
Expand All @@ -242,7 +242,6 @@ namespace hpx::parcelset::policies::openshmem {
connection_state state_;

int src_;
int self_;

header header_;
buffer_type buffer_;
Expand Down

0 comments on commit 7b9e2ca

Please sign in to comment.