diff options
Diffstat (limited to 'camel/camel-private.h')
-rw-r--r-- | camel/camel-private.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-private.h b/camel/camel-private.h index c9ce24fd01..87aeeff4b7 100644 --- a/camel/camel-private.h +++ b/camel/camel-private.h @@ -83,6 +83,8 @@ struct _CamelSessionPrivate { int thread_id; GHashTable *thread_active; EThread *thread_queue; + + GHashTable *thread_msg_op; }; #define CAMEL_SESSION_LOCK(f, l) (g_mutex_lock(((CamelSession *)f)->priv->l)) |