]> granicus.if.org Git - pdns/commitdiff
Shrink CommunicatorClass from 376 to 360 bytes
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 27 May 2015 11:45:44 +0000 (13:45 +0200)
committerPieter Lexis <pieter.lexis@powerdns.com>
Fri, 19 Jun 2015 20:51:49 +0000 (22:51 +0200)
pdns/communicator.hh

index 66ef565942925255491b72d9b62b26c3bdc5ed89..8d5aef859d4f5fe50201c81181755590860308c7 100644 (file)
@@ -193,17 +193,17 @@ private:
   
   UniQueue d_suckdomains;
   
-  bool d_havepriosuckrequest;
   Semaphore d_suck_sem;
   Semaphore d_any_sem;
   time_t d_tickinterval;
-  NotificationQueue d_nq;
-  bool d_masterschanged, d_slaveschanged;
   set<DomainInfo> d_tocheck;
   vector<DNSPacket> d_potentialsupermasters;
-  bool d_preventSelfNotification;
-  NetmaskGroup d_onlyNotify;
   set<string> d_alsoNotify;
+  NotificationQueue d_nq;
+  NetmaskGroup d_onlyNotify;
+  bool d_havepriosuckrequest;
+  bool d_masterschanged, d_slaveschanged;
+  bool d_preventSelfNotification;
 };
 
 #endif