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.
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
Audit
| Definitions | 1 |
|---|---|
| Public names | 3 |
| Members | 4 |
| Version | 26.7.0 |
| Revision | daab053ee433 |