From 1c5147008c01fd1b4b30e43471f7126f1a88acef Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 27 May 2015 13:42:49 +0200 Subject: [PATCH] Align NotificationQueue::NotificationRequest to 8-byte boundries --- pdns/communicator.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/communicator.hh b/pdns/communicator.hh index 1be3673ba..66ef56594 100644 --- a/pdns/communicator.hh +++ b/pdns/communicator.hh @@ -130,9 +130,9 @@ private: { string domain; string ip; + time_t next; int attempts; uint16_t id; - time_t next; }; typedef std::list d_nqueue_t; -- 2.40.0