search for: 581777a

Displaying 1 result from an estimated 1 matches for "581777a".

Did you mean: 517776
2019 Sep 04
2
[libnbd PATCH] api: Add way to avoid structured replies
...| 15 ++++++++++ tests/Makefile.am | 18 +++++++++++ tests/eflags.c | 6 ++++ TODO | 2 +- 7 files changed, 76 insertions(+), 1 deletion(-) diff --git a/lib/internal.h b/lib/internal.h index 581777a..a48edff 100644 --- a/lib/internal.h +++ b/lib/internal.h @@ -73,6 +73,7 @@ struct nbd_handle { char *tls_psk_file; /* PSK filename, NULL = no PSK */ /* Desired metadata contexts. */ + bool request_sr; char **request_meta_contexts; /* Global flags from the server. */ diff -...