Skip to content

Commit 63f16b2

Browse files
committed
Add differential snapshot functionality
Signed-off-by: Amory Hoste <[email protected]>
1 parent e418b52 commit 63f16b2

File tree

6 files changed

+158
-138
lines changed

6 files changed

+158
-138
lines changed

proto/firecracker.pb.go

Lines changed: 80 additions & 72 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/firecracker.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ message CreateSnapshotRequest {
111111
string VMID = 1;
112112
string SnapshotFilePath = 2;
113113
string MemFilePath = 3;
114+
string SnapshotType = 4;
114115
}
115116

116117
message LoadSnapshotRequest {

0 commit comments

Comments
 (0)