diff --git a/src/runtime/mod.rs b/src/runtime/mod.rs index 1d8a9841ca0c7ec58c62c60d59f4dd9d7e189dcb..9ec89b0f5297a3c6ce716fa2f581c642d475f56e 100644 --- a/src/runtime/mod.rs +++ b/src/runtime/mod.rs @@ -425,6 +425,9 @@ trait CuUndecided { fn proto_description(&self) -> &ProtocolDescription; fn native_component_id(&self) -> ComponentId; fn logger_and_protocol_description(&mut self) -> (&mut dyn Logger, &ProtocolDescription); + fn logger_and_protocol_components( + &mut self, + ) -> (&mut dyn Logger, &mut HashMap); } // Represents a set of synchronous port operations that the native component