From fde2f886211574a79753486e956ff55a7fe78320 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 1 Aug 2019 06:02:58 -0500 Subject: [PATCH] Revert "todo: Mention dynamic thread model for plugin V3 interface." This reverts commit e328f0c6dcf92eccb5acef433bfeacc699bd3ec8. Dynamic thread models were added in 1.13.4 (see commit 8d70b0cc and parents). Not all the language bindings support it yet, but that's not a matter that requires a v3 protocol. Signed-off-by: Eric Blake --- TODO | 6 ------ 1 file changed, 6 deletions(-) diff --git a/TODO b/TODO index 3a554063..332400b3 100644 --- a/TODO +++ b/TODO @@ -204,9 +204,3 @@ using ‘#define NBDKIT_API_VERSION ’. value) strings. nbdkit should know the possible keys for the plugin and filters, and the type of the values, and both check and parse them for the plugin. - -* It should be possible to set the thread model dynamically. This - would be especially useful for the language plugins as it would - allow them to load plugins with different thread models. (This is - kind of possible today - see the OCaml plugin - but we need an - official, supported way to do it.) -- 2.11.4.GIT