Displaying 1 result from an estimated 1 matches for "ddabb53".
Did you mean:
0dabb513
2018 Nov 29
2
[nbdkit PATCH] connections: Implement NBD_OPT_INFO
...trivial that I'm pushing it right away.
docs/nbdkit-protocol.pod | 7 +++++++
src/protocol.h | 1 +
src/connections.c | 19 +++++++++++--------
3 files changed, 19 insertions(+), 8 deletions(-)
diff --git a/docs/nbdkit-protocol.pod b/docs/nbdkit-protocol.pod
index e3e06a6..ddabb53 100644
--- a/docs/nbdkit-protocol.pod
+++ b/docs/nbdkit-protocol.pod
@@ -109,6 +109,13 @@ Supported in nbdkit E<ge> 1.5.3.
This protocol enhancement allows the server to return errors when
negotiating the export name.
+=item C<NBD_OPT_INFO>
+
+Supported in nbdkit E<ge> 1.9.3.
+...