Skip to content

Commit

Permalink
Update to latest CRIU RPC protobuf definition
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
adrianreber committed Jul 2, 2021
1 parent 1f755d9 commit cd55730
Show file tree
Hide file tree
Showing 4 changed files with 366 additions and 99 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ test/test
test/piggie/piggie
test/phaul
image
rpc/rpc.proto
stats/stats.proto
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ stats/stats.proto:
curl -sSL https://raw.githubusercontent.com/checkpoint-restore/criu/master/images/stats.proto -o $@

rpc/rpc.pb.go: rpc/rpc.proto
protoc --go_out=. $^
protoc --go_out=. --go_opt=Mrpc/rpc.proto=rpc/ $^

stats/stats.pb.go: stats/stats.proto
protoc --go_out=. $^
Expand Down
Loading

0 comments on commit cd55730

Please sign in to comment.