diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-09 17:00:01 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-09 17:00:01 -0700 |
| commit | c9d7845fea15ffe0e09295aedba6389de1bcb59b (patch) | |
| tree | b47a7058705c424f11cfaca2c523d417577bd8b9 /node/Packet.hpp | |
| parent | 0b0cda2be4f93449ea490e8313f1f69175a49819 (diff) | |
| download | infinitytier-c9d7845fea15ffe0e09295aedba6389de1bcb59b.tar.gz infinitytier-c9d7845fea15ffe0e09295aedba6389de1bcb59b.zip | |
Minor bug fix and some instrumentation stuff for testing.
Diffstat (limited to 'node/Packet.hpp')
| -rw-r--r-- | node/Packet.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/node/Packet.hpp b/node/Packet.hpp index 9d4c8289..0524139d 100644 --- a/node/Packet.hpp +++ b/node/Packet.hpp @@ -724,6 +724,7 @@ public: * <[8] 64-bit network ID> * <[2] 16-bit length of request meta-data dictionary> * <[...] string-serialized request meta-data> + * <[8] 64-bit revision of netconf we currently have> * <[8] 64-bit timestamp of netconf we currently have> * * This message requests network configuration from a node capable of |
