Skip to main content

Module recovery

Module recovery 

Source
Expand description

Kernel state serialization, snapshots, and recovery.

Structs§

KernelSnapshot
Durable state needed to resume kernel operation after a restart.

Enums§

SnapshotError
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.