Skip to main content

hypercall_api/
recovery_safety.rs

1//! Recovery safety gate state.
2//!
3//! The canonical definitions live in `hypercall-runtime-api`. They are
4//! re-exported here so existing `crate::recovery_safety::*` consumers keep
5//! working unchanged.
6
7pub use hypercall_runtime_api::recovery_safety::{
8    shared_report, store_report, RecoverySafetyAlertPoint, RecoverySafetyBuildInfo,
9    RecoverySafetyCash, RecoverySafetyCheck, RecoverySafetyCheckpoint, RecoverySafetyDrainMarker,
10    RecoverySafetyMonitoringResponse, RecoverySafetyReplayCoverage, RecoverySafetyReport,
11    RecoverySafetySnapshot, RecoverySafetyStatus, SharedRecoverySafetyReport,
12};