NotifyFunc is a bit too much

This commit is contained in:
Miek Gieben 2013-05-10 17:51:18 +02:00
parent 48a8ce58cd
commit 0363410587
1 changed files with 0 additions and 2 deletions

View File

@ -29,8 +29,6 @@ type Zone struct {
// The zone's security status, supported values are TypeNone for no DNSSEC,
// TypeNSEC for an NSEC type zone and TypeNSEC3 for an NSEC3 signed zone.
Security int
// If not nil, this function is called after each modification.
NotifyFunc func(inserted, deleted RR)
}
type sortedNames struct {