Expand description
Kernel state serialization, snapshots, and recovery.
Structs§
- Kernel
Snapshot - Durable state needed to resume kernel operation after a restart.
Enums§
- Snapshot
Error - Errors encountered while persisting or recovering a kernel snapshot.
Functions§
- default_
snapshot_ path - Return the standard per-user location for kernel recovery state.
- load_
snapshot - Load and validate a persisted kernel snapshot.
- save_
snapshot - Persist a snapshot using a temporary sibling file and atomic rename.