start with zone compression

This commit is contained in:
Miek Gieben 2011-08-09 15:24:53 +02:00
parent 41b0b39432
commit 7cd58b1700
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ func NewZRRset() *ZRRset {
type Zone struct {
Zone map[string]map[int]*ZRRset // the contents of the zone
Nxt *QnameString // sorted list of owernames in the zone
Compression bool // if set to true each ownername is compressed
}
// NewZone returns a new *Zone