Commit bac889e6 authored by Kirill Smelkov's avatar Kirill Smelkov

X proto += .id_timestamp

See 9385706f (Fix identification issues, including a race condition
causing id conflicts).
parent 4bedd3fc
...@@ -56,14 +56,18 @@ TID ...@@ -56,14 +56,18 @@ TID
POID = PTID POID = PTID
Float
.value float64 // '\xff' * 8 if None
~~~~~~~~ ~~~~~~~~
NodeList [] NodeList []
type NodeType type NodeType
address Address address Address
uuid UUID uuid UUID
state NodeState state NodeState
id_timestamp Float
CellList [] CellList []
uuid UUID uuid UUID
...@@ -108,6 +112,7 @@ RequestIdentification ...@@ -108,6 +112,7 @@ RequestIdentification
.uuid UUID .uuid UUID
.address Address .address Address
.name String .name String
.id_timestamp Float
TODO TODO
......
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