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