Skip to content

Commit

Permalink
Code update
Browse files Browse the repository at this point in the history
  • Loading branch information
henricasanova committed Sep 2, 2023
1 parent 99400da commit 37adaf5
Show file tree
Hide file tree
Showing 3 changed files with 942 additions and 891 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ namespace wrench {


std::deque<std::shared_ptr<Transaction>> pending_transactions;
std::vector<std::shared_ptr<Transaction>> running_transactions;
std::set<std::shared_ptr<Transaction>> running_transactions;

std::map<simgrid::s4u::IoPtr, std::shared_ptr<Transaction>> stream_to_transactions;

Expand Down
Loading

0 comments on commit 37adaf5

Please sign in to comment.