Skip to content

Commit cd55730

Browse files
committed
Update to latest CRIU RPC protobuf definition
This updates to the latest CRIU RPC protobuf definition from criu-dev. Now, that CRIU protobuf files are licensed as 'MIT', the protobuf definition can also be included in the repository. Main motivation for this change is to provide LsmMountContext in runc. Signed-off-by: Adrian Reber <[email protected]>
1 parent 1f755d9 commit cd55730

File tree

4 files changed

+366
-99
lines changed

4 files changed

+366
-99
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ test/test
22
test/piggie/piggie
33
test/phaul
44
image
5-
rpc/rpc.proto
65
stats/stats.proto

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ stats/stats.proto:
4949
curl -sSL https://raw.githubusercontent.com/checkpoint-restore/criu/master/images/stats.proto -o $@
5050

5151
rpc/rpc.pb.go: rpc/rpc.proto
52-
protoc --go_out=. $^
52+
protoc --go_out=. --go_opt=Mrpc/rpc.proto=rpc/ $^
5353

5454
stats/stats.pb.go: stats/stats.proto
5555
protoc --go_out=. $^

0 commit comments

Comments
 (0)