summaryrefslogtreecommitdiff
path: root/client/changes
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-01-15 13:57:32 -0400
committerKali Kaneko <kali@leap.se>2014-01-15 13:57:32 -0400
commit360019313b371da17241abbd72038bdebe1b2649 (patch)
tree30a61176a3d06a479f13236c867ea7d8ec5363e8 /client/changes
parentf98f66549d6762bbfc072ef6afe0057798a4da27 (diff)
add rw_lock to client ops
Diffstat (limited to 'client/changes')
-rw-r--r--client/changes/feature_rw_lock_client_ops1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/changes/feature_rw_lock_client_ops b/client/changes/feature_rw_lock_client_ops
new file mode 100644
index 00000000..1c1ab446
--- /dev/null
+++ b/client/changes/feature_rw_lock_client_ops
@@ -0,0 +1 @@
+ o Add a read-write lock for all client operations. Addresses: #4972