summaryrefslogtreecommitdiffstats
path: root/LOCKS
diff options
context:
space:
mode:
authorStephan Schwaer2015-04-27 18:39:47 +0200
committerStephan Schwaer2015-04-27 18:39:47 +0200
commit05027a457a5ce2788fdb9838d999f9470ed645be (patch)
tree5d79423da484f70b716feee17ce19c3f3291a2ea /LOCKS
parent[FUSE] Fix compiler warnings, adjust file permissions, change fuse file name ... (diff)
downloaddnbd3-05027a457a5ce2788fdb9838d999f9470ed645be.tar.gz
dnbd3-05027a457a5ce2788fdb9838d999f9470ed645be.tar.xz
dnbd3-05027a457a5ce2788fdb9838d999f9470ed645be.zip
[SERVER] Added counters for received and sent bytes.
Diffstat (limited to 'LOCKS')
-rw-r--r--LOCKS2
1 files changed, 2 insertions, 0 deletions
diff --git a/LOCKS b/LOCKS
index a108f1d..e23f4c5 100644
--- a/LOCKS
+++ b/LOCKS
@@ -21,6 +21,8 @@ pendingLockProduce
pendingLockConsume
altServersLock
client.sendMutex
+statisticsSentLock
+statisticsReceivedLock
If you need to lock multiple clients/images/... at once,
lock the client with the lowest array index first.