summaryrefslogtreecommitdiff
path: root/dbus/dbus-pending-call.c
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2013-09-03 12:33:37 +0100
committerRalf Habacker <ralf.habacker@freenet.de>2019-12-12 09:36:24 +0100
commit4e3d6bffe26039d694e44a12d31d9db35e5183c0 (patch)
tree01f27d07c0f51df9954d606599256f036d800068 /dbus/dbus-pending-call.c
parent5c0575850fe17177bc1b82ff2fe1a1e4dc4e9261 (diff)
downloaddbus-4e3d6bffe26039d694e44a12d31d9db35e5183c0.tar.gz
various: comment static variables that are locked or otherwise OK
Diffstat (limited to 'dbus/dbus-pending-call.c')
-rw-r--r--dbus/dbus-pending-call.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/dbus/dbus-pending-call.c b/dbus/dbus-pending-call.c
index d057b49b..84fdcb58 100644
--- a/dbus/dbus-pending-call.c
+++ b/dbus/dbus-pending-call.c
@@ -101,6 +101,7 @@ _dbus_pending_call_trace_ref (DBusPendingCall *pending_call,
#endif
}
+/* protected by _DBUS_LOCK_pending_call_slots */
static dbus_int32_t notify_user_data_slot = -1;
/**