diff options
Diffstat (limited to 'camel/camel-private.h')
-rw-r--r-- | camel/camel-private.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/camel-private.h b/camel/camel-private.h index 4fb5bdb461..34f393b00f 100644 --- a/camel/camel-private.h +++ b/camel/camel-private.h @@ -104,6 +104,11 @@ struct _CamelServicePrivate { struct _CamelSessionPrivate { #ifdef ENABLE_THREADS GMutex *lock; /* for locking everything basically */ + GMutex *thread_lock; /* locking threads */ + + int thread_id; + GHashTable *thread_active; + EThread *thread_queue; #endif }; |