Skip to content

Commit 1cc609b

Browse files
committed
add niporep planner ipfs-force-community#1086
1 parent 911d319 commit 1cc609b

File tree

2 files changed

+417
-0
lines changed

2 files changed

+417
-0
lines changed

damocles-worker/src/sealing/sealing_thread/planner/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,15 @@ pub const PLANNER_NAME_SNAPUP: &str = "snapup";
66
pub const PLANNER_NAME_REBUILD: &str = "rebuild";
77
pub const PLANNER_NAME_UNSEAL: &str = "unseal";
88
pub const PLANNER_NAME_WDPOST: &str = "wdpost";
9+
pub const PLANNER_NAME_NIPOREP: &str = "niporep";
910

1011
mod common;
1112
mod rebuild;
1213
mod sealer;
1314
mod snapup;
1415
mod unseal;
1516
mod wdpost;
17+
mod niporep;
1618

1719
macro_rules! plan {
1820
($e:expr, $st:expr, $($prev:pat => {$($evt:pat => $next:expr,)+},)*) => {

0 commit comments

Comments
 (0)