]> granicus.if.org Git - pdns/commitdiff
Shrink UeberBackend::handle from 48 to 40 bytes
authorPieter Lexis <pieter.lexis@powerdns.com>
Tue, 26 May 2015 07:41:51 +0000 (09:41 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 18:14:20 +0000 (20:14 +0200)
pdns/ueberbackend.hh

index 1c2ef20e9663dd95257e00b3548ef03dbc8971aa..f020e74b35f34c7c7ee2365b708eac6673599fa4 100644 (file)
@@ -88,13 +88,14 @@ public:
     //! The current real backend, which is answering questions
     DNSBackend *d_hinterBackend;
 
-    //! Index of the current backend within the backends vector
-    unsigned int i;
-
     //! DNSPacket who asked this question
     DNSPacket *pkt_p;
     string qname;
+
+    //! Index of the current backend within the backends vector
+    unsigned int i;
     QType qtype;
+
   private:
 
     static AtomicCounter instances;