Explicitly specify the protocol buffers syntax used in .proto files.

Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
Nikos Mavrogiannopoulos
2017-01-29 20:15:48 +01:00
parent cb60edcf84
commit 145ba5c14d
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
syntax = "proto2";
import "ipc.proto";
/* STATUS */

View File

@@ -1,3 +1,5 @@
syntax = "proto2";
/* See doc/design.md for the IPC communication sequences.
*/
@@ -239,6 +241,7 @@ message sec_op_msg
required bytes data = 2;
}
/*
* == Session Termination ==
*