Commit 6944ad89 authored by Frederick Akalin's avatar Frederick Akalin

Include Generation field in EntryOut.string()

parent 3ba80d98
......@@ -188,8 +188,8 @@ func (me *AttrOut) string() string {
}
func (me *EntryOut) string() string {
return fmt.Sprintf("{%d E%d.%09d A%d.%09d %v}",
me.NodeId, me.EntryValid, me.EntryValidNsec,
return fmt.Sprintf("{%d G%d E%d.%09d A%d.%09d %v}",
me.NodeId, me.Generation, me.EntryValid, me.EntryValidNsec,
me.AttrValid, me.AttrValidNsec, &me.Attr)
}
......
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