summaryrefslogtreecommitdiffstats
path: root/src/kernel/dnbd3.h
diff options
context:
space:
mode:
authorFrederic Robra2019-11-06 20:23:47 +0100
committerFrederic Robra2019-11-06 20:23:47 +0100
commitec6c0ce8b1af8d9c36f4ec87cd384365cb2d9012 (patch)
treefd62ba871ee3383a6f139207977f92b103bb198e /src/kernel/dnbd3.h
parentadded comments (diff)
downloaddnbd3-ng-ec6c0ce8b1af8d9c36f4ec87cd384365cb2d9012.tar.gz
dnbd3-ng-ec6c0ce8b1af8d9c36f4ec87cd384365cb2d9012.tar.xz
dnbd3-ng-ec6c0ce8b1af8d9c36f4ec87cd384365cb2d9012.zip
removed bug when sending and at the same time socket closes down
Diffstat (limited to 'src/kernel/dnbd3.h')
-rw-r--r--src/kernel/dnbd3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/kernel/dnbd3.h b/src/kernel/dnbd3.h
index 437edec..f8d4bae 100644
--- a/src/kernel/dnbd3.h
+++ b/src/kernel/dnbd3.h
@@ -163,6 +163,7 @@ struct dnbd3_device {
* @dnbd3: the dnbd3 device this command belongs to
* @lock: mutex to lock the cmd
* @cookie: the cookie of the command, this is set by the socket when sending
+ * @index: the queue_num of the requests this command belongs to
* @requed: 'true' if the command is requed
*/
struct dnbd3_cmd {