Displaying 1 result from an estimated 1 matches for "7f942f95".
Did you mean:
794295
2020 Jul 10
0
[RFC nbdkit PATCH] server: Allow --run with --vsock
...| 1 +
server/captive.c | 46 +++++++++++++++++++++--------------------
server/main.c | 3 +--
tests/test-vsock.sh | 21 +++++++++++++------
5 files changed, 43 insertions(+), 31 deletions(-)
diff --git a/docs/nbdkit-captive.pod b/docs/nbdkit-captive.pod
index 09628367..7f942f95 100644
--- a/docs/nbdkit-captive.pod
+++ b/docs/nbdkit-captive.pod
@@ -54,7 +54,8 @@ option to set the preferred export name, this is included in the URI.
An older URL that refers to the nbdkit port or socket in a manner
specific to certain tools. This form does not include an export name,
-eve...