Include MaxVersion in Cluster Config message

This commit is contained in:
Jakob Borg
2014-06-23 09:31:59 +02:00
parent 77fe8449ba
commit 21518adfc8
3 changed files with 30 additions and 15 deletions

View File

@@ -42,8 +42,9 @@ type Repository struct {
}
type Node struct {
ID string // max:64
Flags uint32
ID string // max:64
Flags uint32
MaxVersion uint64
}
type Option struct {