Skip to content

Commit 25db589

Browse files
authored
Merge pull request #54 from adrianreber/2021-01-02-lsm-mount-context
Update to latest CRIU RPC protobuf definition
2 parents 1f755d9 + cd55730 commit 25db589

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)