From fe4231b1dbb41f9eced8005b2e46453a81f08fa9 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Tue, 9 Jun 2020 19:48:35 +0200 Subject: Make sure to send update messages for all create messages that was originally the result of a move message. --- src/message.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/message.h') diff --git a/src/message.h b/src/message.h index 94b7165..d5e0590 100644 --- a/src/message.h +++ b/src/message.h @@ -40,6 +40,7 @@ typedef enum { subscribe, unsubscribe, create, + create_with_attributes, remove, move, update, @@ -106,6 +107,8 @@ typedef struct move_t move; update_t update; + std::map attributes; // for create_with_attributes + NodeIdList nodes; // target node id (subscription node id) used for transmissions only. -- cgit v1.2.3