]> granicus.if.org Git - pdns/commitdiff
Shrink Bind2Backend::handle from 80 to 72 bytes
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 27 May 2015 09:54:04 +0000 (11:54 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:49 +0000 (22:51 +0200)
modules/bindbackend/bindbackend2.hh

index a9b0c0c4f32672c6d3398173024b7a3eefba2cab..fff23fa95fa3eca67be0d225ab9a1ca0e2436ec9 100644 (file)
@@ -263,13 +263,11 @@ private:
     recordstorage_t::const_iterator d_iter, d_end_iter;
     recordstorage_t::const_iterator d_qname_iter;
     recordstorage_t::const_iterator d_qname_end;
-
-    bool d_list;
-    int id;
-
     string qname;
     string domain;
+    int id;
     QType qtype;
+    bool d_list;
     bool mustlog;
 
   private: