Skip to content

Commit

Permalink
Merge pull request #54 from adrianreber/2021-01-02-lsm-mount-context
Browse files Browse the repository at this point in the history
Update to latest CRIU RPC protobuf definition
  • Loading branch information
adrianreber authored Jul 7, 2021
2 parents 1f755d9 + cd55730 commit 25db589
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 25db589

Please sign in to comment.