Skip to content

Commit 0ce4cde

Browse files
committed
migtd: split transport out from the session module
Signed-off-by: Jiaqi Gao <jiaqi.gao@intel.com>
1 parent 7cf6754 commit 0ce4cde

4 files changed

Lines changed: 256 additions & 273 deletions

File tree

deps/spdm-rs

Submodule spdm-rs updated 42 files

deps/td-shim

src/migtd/src/migration/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ pub mod logging;
99
pub mod pre_session_data;
1010
#[cfg(feature = "main")]
1111
pub mod session;
12+
#[cfg(feature = "main")]
13+
pub mod transport;
1214

1315
use crate::driver::ticks::TimeoutError;
1416
use crate::ratls::RatlsError;

0 commit comments

Comments
 (0)