Commit 915af964 authored by Xenofon Foukas's avatar Xenofon Foukas

Fixed top-level message field msg_dir to be optional

parent 17251dda
...@@ -5,7 +5,7 @@ import "stats_messages.proto"; ...@@ -5,7 +5,7 @@ import "stats_messages.proto";
import "header.proto"; import "header.proto";
message progran_message { message progran_message {
required progran_direction msg_dir = 100; optional progran_direction msg_dir = 100;
oneof msg { oneof msg {
prp_hello hello_msg = 1; prp_hello hello_msg = 1;
prp_echo_request echo_request_msg = 2; prp_echo_request echo_request_msg = 2;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment