Displaying 2 results from an estimated 2 matches for "4033789".
Did you mean:
1033789
2019 May 17
0
[nbdkit PATCH 3/3] filters: Use only .thread_model, not THREAD_MODEL
...2 --
filters/stats/stats.c | 2 --
filters/truncate/truncate.c | 2 --
filters/xz/xz.c | 6 ++++-
server/filters.c | 10 +++----
19 files changed, 32 insertions(+), 68 deletions(-)
diff --git a/docs/nbdkit-filter.pod b/docs/nbdkit-filter.pod
index 4033789..86894f1 100644
--- a/docs/nbdkit-filter.pod
+++ b/docs/nbdkit-filter.pod
@@ -6,8 +6,6 @@ nbdkit-filter - how to write nbdkit filters
#include <nbdkit-filter.h>
- #define THREAD_MODEL NBDKIT_THREAD_MODEL_PARALLEL
-
static int
myfilter_config (nbdkit_next_config *next, void *nxdata,...
2019 May 17
4
[nbdkit PATCH 0/3] Add noparallel filter
Being able to programmatically force nbdkit to be less parallel can be
useful during testing. I was less sure about patch 3, but if you like
it, I'm inclined to instead squash it into patch 1. This patch is
written to apply after my NBD_CMD_CACHE work (since I touched the
nocache filter); but can be rearranged if we think this series should
go in first while that one undergoes any adjustments