From 8ff9babe2da4a2efc8529e800a6093fbd0327286 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Mon, 7 Nov 2016 16:45:34 +0100 Subject: The client sends his first message. Changed some of the boilerplate so it's more conveniant to add types. --- libcmix-protobuf/cmix.proto | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcmix-protobuf/cmix.proto') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index 9ff5bb2..ce1f2c2 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -30,8 +30,7 @@ message NodeReady { } message UserMessage { - required bytes r_M = 1; - required bytes m_M = 2; + required bytes M = 1; } message PrePre { -- cgit v1.2.3-70-g09d2