diff options
| author | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-07 16:45:34 +0100 |
|---|---|---|
| committer | Dennis Brentjes <d.brentjes@gmail.com> | 2016-11-07 16:45:34 +0100 |
| commit | 8ff9babe2da4a2efc8529e800a6093fbd0327286 (patch) | |
| tree | 83f2d15f8dae8c7a5e216f9ec0a8001bd40673a3 /libcmix-protobuf | |
| parent | 46f22621759d388f7cef4bf0d2ac03667a5d611e (diff) | |
| download | cmix-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')
| -rw-r--r-- | libcmix-protobuf/cmix.proto | 3 |
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 { |
