aboutsummaryrefslogtreecommitdiff
path: root/libcmix-protobuf/cmix.proto
diff options
context:
space:
mode:
authorDennis Brentjes <d.brentjes@gmail.com>2016-11-07 16:45:34 +0100
committerDennis Brentjes <d.brentjes@gmail.com>2016-11-07 16:45:34 +0100
commit8ff9babe2da4a2efc8529e800a6093fbd0327286 (patch)
tree83f2d15f8dae8c7a5e216f9ec0a8001bd40673a3 /libcmix-protobuf/cmix.proto
parent46f22621759d388f7cef4bf0d2ac03667a5d611e (diff)
downloadcmix-8ff9babe2da4a2efc8529e800a6093fbd0327286.tar.gz
cmix-8ff9babe2da4a2efc8529e800a6093fbd0327286.tar.bz2
cmix-8ff9babe2da4a2efc8529e800a6093fbd0327286.zip
The client sends his first message.
Changed some of the boilerplate so it's more conveniant to add types.
Diffstat (limited to 'libcmix-protobuf/cmix.proto')
-rw-r--r--libcmix-protobuf/cmix.proto3
1 files changed, 1 insertions, 2 deletions
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 {