summaryrefslogtreecommitdiff
path: root/src/message.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/message.h')
-rw-r--r--src/message.h3
1 files changed, 3 insertions, 0 deletions
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<std::string, std::string> attributes; // for create_with_attributes
+
NodeIdList nodes;
// target node id (subscription node id) used for transmissions only.