From: Pieter Lexis Date: Wed, 27 May 2015 11:45:44 +0000 (+0200) Subject: Shrink CommunicatorClass from 376 to 360 bytes X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~77^2~4^2~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf58746ebcc6af9f36af3d4d69c50fd895fc6092;p=thirdparty%2Fpdns.git Shrink CommunicatorClass from 376 to 360 bytes --- diff --git a/pdns/communicator.hh b/pdns/communicator.hh index 66ef565942..8d5aef859d 100644 --- a/pdns/communicator.hh +++ b/pdns/communicator.hh @@ -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 d_tocheck; vector d_potentialsupermasters; - bool d_preventSelfNotification; - NetmaskGroup d_onlyNotify; set d_alsoNotify; + NotificationQueue d_nq; + NetmaskGroup d_onlyNotify; + bool d_havepriosuckrequest; + bool d_masterschanged, d_slaveschanged; + bool d_preventSelfNotification; }; #endif