search for: nbd_set_request_meta_context

Displaying 1 result from an estimated 1 matches for "nbd_set_request_meta_context".

2023 Aug 03
1
[libnbd PATCH v4 20/25] generator: Actually request extended headers
...;; Link "opt_set_meta_context"; Link "get_structured_replies_negotiated"; @@ -1404,11 +1405,11 @@ "opt_info", { If successful, functions like L<nbd_is_read_only(3)> and L<nbd_get_size(3)> will report details about that export. If L<nbd_set_request_meta_context(3)> is set (the default) and -structured replies were negotiated, it is also valid to use -L<nbd_can_meta_context(3)> after this call. However, it may be -more efficient to clear that setting and manually utilize -L<nbd_opt_list_meta_context(3)> with its callback approach, for -lear...