Displaying 2 results from an estimated 2 matches for "c29460c".
Did you mean:
  c23560c
  
2019 Jun 27
1
[libnbd PATCH] python: Fix bindings for Path parameters
...#39;)
nbd> h.set_tls(2)
nbd> h.set_export_name('/')
nbd> h.connect_unix('/tmp/nbdsock')
instead of getting a segfault.
---
 generator/generator | 13 +++++++++----
 1 file changed, 9 insertions(+), 4 deletions(-)
diff --git a/generator/generator b/generator/generator
index c29460c..fa12232 100755
--- a/generator/generator
+++ b/generator/generator
@@ -3608,7 +3608,9 @@ let print_python_binding name { args; ret } =
     | Mutable arg ->
        pr "  PyObject *%s;\n" (List.hd (name_of_arg arg))
     | Opaque _ -> ()
-    | Path n -> pr "  char *%s = NU...
2019 Jun 27
1
[libnbd PATCH] block-status: Make callback usage consistent with pread_structured
...nternal.h                      |  2 +-
 ocaml/examples/extents.ml           |  3 +-
 python/t/460-block-status.py        |  3 +-
 tests/meta-base-allocation.c        |  9 ++---
 7 files changed, 54 insertions(+), 51 deletions(-)
diff --git a/generator/generator b/generator/generator
index ec09836..c29460c 100755
--- a/generator/generator
+++ b/generator/generator
@@ -1527,7 +1527,8 @@ punching a hole.";
              Callback ("extent", [Opaque "data"; String "metacontext";
                                   UInt64 "offset";...