]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/bindparserclasses.hh
Merge pull request #7757 from omoerbeek/rec-qname-min
[thirdparty/pdns.git] / pdns / bindparserclasses.hh
index 4d717638036ccf9d355fb60336630b711c54c782..12e60c227e82a6c1998930b6e8e93be9697e5b2b 100644 (file)
@@ -33,7 +33,7 @@
 class BindDomainInfo 
 {
 public:
-  BindDomainInfo() : d_dev(0), d_ino(0)
+  BindDomainInfo() : hadFileDirective(false), d_dev(0), d_ino(0)
   {}
 
   void clear() 
@@ -48,9 +48,10 @@ public:
   DNSName name;
   string viewName;
   string filename;
-  vector<string> masters;
+  vector<ComboAddress> masters;
   set<string> alsoNotify;
   string type;
+  bool hadFileDirective;
     
   dev_t d_dev;
   ino_t d_ino;