Commit 11c1ff08 authored by Dominik Charousset's avatar Dominik Charousset

enable conversion to and from uint64

parent 83714ced
...@@ -82,6 +82,10 @@ class addressed_message { ...@@ -82,6 +82,10 @@ class addressed_message {
return m_msg_id; return m_msg_id;
} }
inline void id(message_id_t value) {
m_msg_id = value;
}
inline bool empty() const { inline bool empty() const {
return m_content.empty(); return m_content.empty();
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment