search for: 1d4db23

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

Did you mean: 1d4ab23
2019 Jun 20
2
[libnbd PATCH] docs: Improve nbd_aio_get_direction documentation
...question it raises on whether we want the user to be able to distinguish a difference between any vs. no in-flight commands. generator/generator | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/generator/generator b/generator/generator index a289741..1d4db23 100755 --- a/generator/generator +++ b/generator/generator @@ -1719,6 +1719,18 @@ We are expected next to read from the server. If using L<poll(2)> you would set C<events = POLLIN>. If C<revents> returns C<POLLIN> you would then call C<nbd_aio_notify_read>. +Note...