diff options
Diffstat (limited to 'dbus/dbus-threads.c')
| -rw-r--r-- | dbus/dbus-threads.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-threads.c b/dbus/dbus-threads.c index 78269634..7d7646e2 100644 --- a/dbus/dbus-threads.c +++ b/dbus/dbus-threads.c @@ -405,6 +405,8 @@ init_locks (void)    DBusMutex **global_locks[] = {  #define LOCK_ADDR(name) (& _dbus_lock_##name) +    LOCK_ADDR (win_fds), +    LOCK_ADDR (sid_atom_cache),      LOCK_ADDR (list),      LOCK_ADDR (connection_slots),      LOCK_ADDR (pending_call_slots),  | 
