summaryrefslogtreecommitdiffstats
path: root/src/kernel/mq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/kernel/mq.h')
-rw-r--r--src/kernel/mq.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/kernel/mq.h b/src/kernel/mq.h
index c29e99a..fad285c 100644
--- a/src/kernel/mq.h
+++ b/src/kernel/mq.h
@@ -32,6 +32,11 @@
*/
unsigned long dnbd3_is_mq_busy(struct dnbd3_device *dev);
+
+/**
+ * dndb3_reque_busy_requests - reque busy (inflight) requests
+ * @sock: the socket
+ */
void dndb3_reque_busy_requests(struct dnbd3_sock *sock);
/**