Displaying 1 result from an estimated 1 matches for "a66cf26e".
Did you mean:
a66c76e
2019 Aug 15
2
[nbdkit PATCH] ocaml: Add support for dynamic .thread_model
...ml/NBDKit.mli | 19 ++++++++-------
plugins/ocaml/example.ml | 9 +++++---
tests/test_ocaml_plugin.ml | 5 ++--
6 files changed, 69 insertions(+), 38 deletions(-)
diff --git a/plugins/ocaml/nbdkit-ocaml-plugin.pod b/plugins/ocaml/nbdkit-ocaml-plugin.pod
index a66cf26e..4b349612 100644
--- a/plugins/ocaml/nbdkit-ocaml-plugin.pod
+++ b/plugins/ocaml/nbdkit-ocaml-plugin.pod
@@ -36,12 +36,11 @@ Your OCaml code should call C<NBDKit.register_plugin> like this:
open_connection = Some myplugin_open;
get_size = Some myplugin_get_size;
pread...