summaryrefslogtreecommitdiffstats
path: root/LOCKS
diff options
context:
space:
mode:
authorSimon Rettberg2019-02-08 16:04:51 +0100
committerSimon Rettberg2019-02-08 16:04:51 +0100
commit8c185da50460916115c66ea8e3be16c71759e06a (patch)
treedbd3389aa2b975134b8a85732328ce929be80763 /LOCKS
parent[SERVER] uplink: Dedicated function for handling link failure (diff)
downloaddnbd3-8c185da50460916115c66ea8e3be16c71759e06a.tar.gz
dnbd3-8c185da50460916115c66ea8e3be16c71759e06a.tar.xz
dnbd3-8c185da50460916115c66ea8e3be16c71759e06a.zip
[FUSE] Consider RTT of active connection for switch-decisions
Diffstat (limited to 'LOCKS')
-rw-r--r--LOCKS7
1 files changed, 7 insertions, 0 deletions
diff --git a/LOCKS b/LOCKS
index 7ba01ca..935dadb 100644
--- a/LOCKS
+++ b/LOCKS
@@ -7,6 +7,13 @@ Take very good care of locking order if you have lots
of functions that call each other. You might lose
track of what's going on. ;)
+===== FUSE =====
+mutexInit
+newAltLock
+altLock
+connection.sendMutex
+requests.lock
+
===== SERVER =====
This is a list of used locks, in the order they
have to be aquired if you must hold multiple locks: