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