mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-11 09:16:59 +08:00
Explicitly specify the protocol buffers syntax used in .proto files.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
syntax = "proto2";
|
||||
|
||||
import "ipc.proto";
|
||||
|
||||
/* STATUS */
|
||||
|
||||
@@ -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 ==
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user