Displaying 2 results from an estimated 2 matches for "b1e182c1".
2020 Jul 31
0
[nbdkit PATCH 3/4] server: Implement list_exports.
...list of exports back to the client.  If
+there is an error, C<.list_exports> should call C<nbdkit_error> with
+an error message and return C<-1>.
+
 =head2 C<.open>
  void *open (int readonly);
diff --git a/docs/nbdkit-protocol.pod b/docs/nbdkit-protocol.pod
index 8fe8c67e..b1e182c1 100644
--- a/docs/nbdkit-protocol.pod
+++ b/docs/nbdkit-protocol.pod
@@ -99,12 +99,15 @@ Supported in nbdkit E<ge> 1.1.12, and the default in nbdkit E<ge> 1.3.
 =item export names
 Partially supported in nbdkit E<ge> 1.1.12.  Support for plugins to
-read the client export name ad...
2020 Jul 31
6
[RFC nbdkit PATCH 0/4] Progress towards .list_exports
This takes Rich's API proposal and starts fleshing it out with enough
meat that I was able to test 'nbdkit eval' advertising multiple
exports with descriptions paired with 'qemu-nbd --list'.
Eric Blake (3):
  server: Add exports list functions
  server: Prepare to use export list from plugin
  sh, eval: Add .list_exports support
Richard W.M. Jones (1):
  server: Implement