[evolution-data-server] CamelIMAPXConnManager: Add a parting thought.



commit b9f92366732dc346da0fb14683c8f3f2066f1414
Author: Matthew Barnes <mbarnes redhat com>
Date:   Mon Jan 23 16:40:42 2012 -0500

    CamelIMAPXConnManager: Add a parting thought.

 camel/providers/imapx/camel-imapx-conn-manager.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-conn-manager.c b/camel/providers/imapx/camel-imapx-conn-manager.c
index 5b69924..1b87384 100644
--- a/camel/providers/imapx/camel-imapx-conn-manager.c
+++ b/camel/providers/imapx/camel-imapx-conn-manager.c
@@ -42,6 +42,8 @@
 typedef struct _ConnectionInfo ConnectionInfo;
 
 struct _CamelIMAPXConnManagerPrivate {
+	/* XXX Might be easier for this to be a hash table,
+	 *     with CamelIMAPXServer pointers as the keys. */
 	GList *connections;
 	gpointer store;  /* weak pointer */
 	GStaticRWLock rw_lock;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]