diff --git a/src/runtime2/component/mod.rs b/src/runtime2/component/mod.rs index 3b34d472f560a256641693c1d22ea24e77edc60a..d5f0016f42f5f6714cb03641d63a8d7f1140acbb 100644 --- a/src/runtime2/component/mod.rs +++ b/src/runtime2/component/mod.rs @@ -3,6 +3,7 @@ mod component_context; mod control_layer; mod consensus; mod component; +mod component_ip; pub(crate) use component::{Component, CompScheduling}; pub(crate) use component_pdl::{CompPDL};