search for: effe1857

Displaying 2 results from an estimated 2 matches for "effe1857".

Did you mean: 7ffe185
2020 Mar 04
0
[PATCH nbdkit 1/4] tests: Rename test-shutdown.sh to test-delay-shutdown.sh.
...mit to test the new nbdkit_shutdown() API, so let’s rename it. --- tests/Makefile.am | 4 ++-- tests/{test-shutdown.sh => test-delay-shutdown.sh} | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index effe1857..2dc35309 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -101,6 +101,7 @@ EXTRA_DIST = \ test-data-file.sh \ test-data-raw.sh \ test-debug-flags.sh \ + test-delay-shutdown.sh \ test-dump-config.sh \ test-dump-plugin.sh \ test-dump-plugin-example4.sh \ @@ -181,7 +182,6 @@ EXTR...
2020 Mar 04
7
[PATCH nbdkit 0/4] server: Add nbdkit_shutdown() call and two new filters.
This adds a new nbdkit_shutdown() API whereby plugins and filters can request that the server shuts down (asynchronously) during the serving phase. Two new filters are added, one of which depends on this feature and the other not needing it but being somewhat related. Rich.