diff --git a/src/runtime2/component/mod.rs b/src/runtime2/component/mod.rs index cda01712f7e718a45a591d978e57d3b6f2c92d9c..5c92219776421421c209667fb96bfad54503828a 100644 --- a/src/runtime2/component/mod.rs +++ b/src/runtime2/component/mod.rs @@ -1,4 +1,6 @@ mod component_pdl; mod control_layer; +mod consensus; -pub(crate) use component_pdl::{CompPDL, CompCtx, CompScheduling}; \ No newline at end of file +pub(crate) use component_pdl::{CompPDL, CompCtx, CompScheduling}; +pub(crate) use control_layer::{ControlId}; \ No newline at end of file