diff src/director/director.h @ 22562:3af1ba6b5248

director: Log info line whenever a director is added/removed from ring This can help with debugging problems.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Sep 2017 17:29:48 +0300
parents 3c4348ffe0d6
children 17b1e65e6d70
line wrap: on
line diff
--- a/src/director/director.h	Thu Sep 14 18:13:33 2017 +0300
+++ b/src/director/director.h	Thu Sep 14 17:29:48 2017 +0300
@@ -181,7 +181,7 @@
 bool director_resend_sync(struct director *dir);
 
 void director_notify_ring_added(struct director_host *added_host,
-				struct director_host *src);
+				struct director_host *src, bool log);
 void director_ring_remove(struct director_host *removed_host,
 			  struct director_host *src);