mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
images: add proto2 syntax specification to remote-image.proto
To suppress protobuf's warning: > [libprotobuf WARNING google/protobuf/compiler/parser.cc:546] > No syntax specified for the proto file: remote-image.proto. > Please use 'syntax = "proto2";' or 'syntax = "proto3";' > to specify a syntax version. (Defaulted to proto2 syntax.) Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
parent
1a5f103584
commit
1fe3523aca
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,5 @@
|
|||
syntax = "proto2";
|
||||
|
||||
message local_image_entry {
|
||||
required string name = 1;
|
||||
required string snapshot_id = 2;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue