From 88c5130eccd06e63ffca732626c0fb59426743a7 Mon Sep 17 00:00:00 2001 From: Dennis Brentjes Date: Wed, 5 Oct 2016 12:56:52 +0200 Subject: Seperates Nodes and Clients for incoming connections. Created a PrevNode class to reflect the seperation. Made Client movable. Added 2 empty protobuf message that declare what each connecting client is, sent when connected to a node. --- libcmix-protobuf/cmix.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'libcmix-protobuf/cmix.proto') diff --git a/libcmix-protobuf/cmix.proto b/libcmix-protobuf/cmix.proto index 3068291..6e653f1 100644 --- a/libcmix-protobuf/cmix.proto +++ b/libcmix-protobuf/cmix.proto @@ -4,8 +4,18 @@ message Initialization { required bytes public_share = 1; } +message ImANode { + +} + +message ImAClient { + +} + message CMixMessage { oneof contents { Initialization initialization = 1; + ImANode imanode = 2; + ImAClient imaclient = 3; } } -- cgit v1.2.3-70-g09d2