search for: 0ce4d32

Displaying 2 results from an estimated 2 matches for "0ce4d32".

2019 Jul 24
0
[PATCH libnbd v2 2/5] lib: Implement closure lifetimes.
...ib/debug.c | 8 +- lib/internal.h | 11 +- tests/meta-base-allocation.c | 13 +- tests/oldstyle.c | 10 +- 15 files changed, 298 insertions(+), 236 deletions(-) diff --git a/docs/libnbd.pod b/docs/libnbd.pod index 631bb3b..0ce4d32 100644 --- a/docs/libnbd.pod +++ b/docs/libnbd.pod @@ -487,7 +487,59 @@ C<nbd_set_debug_callback>, C<nbd_pread_callback>). Libnbd can call these functions while processing. Callbacks have an opaque C<void *user_data> pointer. This is passed -as the first parameter to the cal...
2019 Jul 24
8
[PATCH libnbd v2 0/5] lib: Implement closure lifetimes.
v1 was here: https://www.redhat.com/archives/libguestfs/2019-July/thread.html#00231 The changes address everything that Eric picked up in his review of the first two patches. I have also added two more patches (4 and 5) which respectively fix docs and change int status -> unsigned status, as discussed. Passes make, check, check-valgrind. Rich.