Skip to documentation
SLOP

tiny.machine.InstanceSharedRestoreInput

Reference tiny.machine InstanceSharedRestoreInput

Defined in instance.types.

Gathers everything needed for a portable restore whose pages come from an immutable root provider, so the caller supplies a provider and branch storage.

API (4)

Fields and members

Public fields and members.

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

Source

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

zig
/// Gathers everything needed for a portable restore whose pages come from an/// immutable root provider, so the caller supplies a provider and branch/// storage. The provider and the branch storage arrive as their own arguments/// to `Instance.restoreShared`. The instance holds the memory behind both until/// `deinit`.pub const SharedRestoreInput = struct {    expected_root: checkpoint.roots.ManifestRoot,    profile: profile.Profile,    execution_manifest: []const u8,    fence: os.abi.ActivationFence,};

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

zig
pub const InstanceSharedRestoreInput = instance.SharedRestoreInput;

Also reachable as

instance.SharedRestoreInput.

Audit

Definitions1
Public names3
Members4
Version26.7.0
Revisiondaab053ee433