Skip to content

Commit

Permalink
Add differential snapshot functionality
Browse files Browse the repository at this point in the history
Signed-off-by: Amory Hoste <[email protected]>
  • Loading branch information
amohoste committed Nov 30, 2021
1 parent e418b52 commit 63f16b2
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 138 deletions.
152 changes: 80 additions & 72 deletions proto/firecracker.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/firecracker.proto
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ message CreateSnapshotRequest {
string VMID = 1;
string SnapshotFilePath = 2;
string MemFilePath = 3;
string SnapshotType = 4;
}

message LoadSnapshotRequest {
Expand Down
Loading

0 comments on commit 63f16b2

Please sign in to comment.