Skip to content

Commit 745077f

Browse files
committed
add back send
1 parent b7d918a commit 745077f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

kernel/src/distributed/sequential_phase.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ pub(crate) struct SequentialPhase<P: LogReplayProcessor> {
7676
checkpoint_parts: Vec<FileMeta>,
7777
}
7878

79+
unsafe impl<P: LogReplayProcessor> Send for SequentialPhase<P> {}
80+
7981
/// Result of sequential log replay processing.
8082
#[allow(unused)]
8183
pub(crate) enum AfterSequential<P: LogReplayProcessor> {

0 commit comments

Comments
 (0)