From 7bca48bc5b5e37a3a8b0b23e57b88d069fa50589 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 12 Oct 2016 14:26:12 +0200 Subject: Major network rewrite. One generic class has been introduced to handle all connection types. Typedefs provide Sender Receiver and SenderReceiver types, which limit the functionality of the types. As to not accidentally communicate with the wrong node about things. --- libcmix-protobuf/cmix.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libcmix-protobuf/cmix.proto') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index 8bbc303..e098cdf 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -26,6 +26,6 @@ message CMixMessage { ImANode imanode = 2; ImAClient imaclient = 3; Bye bye = 4; - KeyExchange keyexchange= 5; + KeyExchange keyexchange = 5; } } -- cgit v1.2.3-70-g09d2