search for: 41b620d

Displaying 1 result from an estimated 1 matches for "41b620d".

Did you mean: 41.620
2019 Sep 04
2
[libnbd PATCH] api: Add way to avoid structured replies
...) +{ + h->request_sr = request; + return 0; +} + +int +nbd_unlocked_get_request_structured_replies (struct nbd_handle *h) +{ + return h->request_sr; +} + const char * nbd_unlocked_get_package_name (struct nbd_handle *h) { diff --git a/tests/Makefile.am b/tests/Makefile.am index a7bc1b5..41b620d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -147,6 +147,8 @@ check_PROGRAMS += \ can-not-zero-flag \ can-fast-zero-flag \ can-not-fast-zero-flag \ + can-df-flag \ + can-not-df-flag \ can-multi-conn-flag \ can-not-multi-conn-flag \ can-cache-flag \ @@ -181,6 +183,8 @@ TESTS...