From cf58746ebcc6af9f36af3d4d69c50fd895fc6092 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 27 May 2015 13:45:44 +0200 Subject: [PATCH] Shrink CommunicatorClass from 376 to 360 bytes --- pdns/communicator.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 -- 2.47.2