Skip to documentation
SLOP

tiny.machine.InstanceRestoreInput

Reference tiny.machine InstanceRestoreInput

Defined in instance.types.

Gathers everything needed to bring a checkpoint back into RAM the caller owns, so a caller supplies all of this at once for a restore.

API (5)

Fields and members

Public fields and members.

No direct callersNo direct callsinstance.typesRestoreInput
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/machine/src/instance/types.zig:44

zig
/// Gathers everything needed to bring a checkpoint back into RAM the caller/// owns, so a caller supplies all of this at once for a restore. The checkpoint/// source and the manifest stay the caller's, borrowed only for the length of/// the `Instance.restore` call.pub const RestoreInput = struct {    checkpoint: checkpoint.Source,    expected_root: checkpoint.Root,    profile: profile.Profile,    execution_manifest: []const u8,    fence: os.abi.ActivationFence,};

Source: lib/machine/src/root.zig:96

zig
pub const InstanceRestoreInput = instance.RestoreInput;

Also reachable as

instance.RestoreInput.

Audit

Definitions1
Public names3
Members5
Version26.7.0
Revisiondaab053ee433