Displaying 2 results from an estimated 2 matches for "nbd_aio_opt_list_meta_context_queries".
2023 May 02
1
[libnbd PATCH v2 2/2] generator/C: lib/api.c: indent arg list 2 spaces relative to function name
...rgument list 2
spaces relative to function designator", 2023-04-21), except this time not
for the header files, but for "lib/api.c".
The most impactful resultant change is [lib/api.c]:
> @@ -5378,9 +5577,11 @@ aio_opt_list_meta_context_queries_in_per
> }
>
> int
> -nbd_aio_opt_list_meta_context_queries (struct nbd_handle *h, char **queries,
> - nbd_context_callback context_callback,
> - nbd_completion_callback completion_callback)
> +nbd_aio_opt_list_meta_context_queries (
> + struct nbd_handle *h, char **que...
2023 May 02
4
[libnbd PATCH v2 0/2] continue wrapping generated C code harder
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=2172516
v1: https://listman.redhat.com/archives/libguestfs/2023-April/031375.html
In v2, move the declaration of the "p" helper variable next to the top
of the function.
Thanks!
Laszlo
Laszlo Ersek (2):
generator/C: print_wrapper: use helper variable for permitted state
check
generator/C: lib/api.c: indent arg list 2