From 609b3c11b116cb82e9d7037dc19fac1f940d3d2c Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Sun, 10 Sep 2023 20:24:40 +0200 Subject: [PATCH] better name --- satrs-core/src/cfdp/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/satrs-core/src/cfdp/mod.rs b/satrs-core/src/cfdp/mod.rs index 22fe0aa..fd8d34f 100644 --- a/satrs-core/src/cfdp/mod.rs +++ b/satrs-core/src/cfdp/mod.rs @@ -15,7 +15,7 @@ pub mod dest; pub mod user; #[derive(Debug)] -pub struct RemoteConfig { +pub struct RemoteEntityConfig { pub entity_id: UnsignedByteField, pub max_file_segment_len: usize, pub closure_requeted_by_default: bool,