diff options
author | Kali Kaneko <kali@leap.se> | 2014-01-15 13:57:32 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2014-01-15 13:57:32 -0400 |
commit | 360019313b371da17241abbd72038bdebe1b2649 (patch) | |
tree | 30a61176a3d06a479f13236c867ea7d8ec5363e8 /client/changes | |
parent | f98f66549d6762bbfc072ef6afe0057798a4da27 (diff) |
add rw_lock to client ops
Diffstat (limited to 'client/changes')
-rw-r--r-- | client/changes/feature_rw_lock_client_ops | 1 |
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 |