Skip to content

Commit

Permalink
derive clone for clockmap
Browse files Browse the repository at this point in the history
  • Loading branch information
EclecticGriffin committed Dec 3, 2024
1 parent 44d2c52 commit be3a7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interp/src/flatten/structures/environment/clock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub struct ClockPairInfo {
pub entry_number: Option<u32>,
}

#[derive(Debug, Default)]
#[derive(Debug, Default, Clone)]
pub struct ClockMap {
clocks: IndexedMap<ClockIdx, VectorClock<ThreadIdx>>,
reverse_map: HashMap<ClockPair, ClockPairInfo>,
Expand Down

0 comments on commit be3a7ec

Please sign in to comment.