search for: 9b595c4

Displaying 2 results from an estimated 2 matches for "9b595c4".

2019 Sep 24
0
[PATCH nbdkit 1/4] common/protocol: Rename protocol.h to nbd-protocol.h.
...45,7 @@ #include "internal.h" #include "byte-swapping.h" #include "minmax.h" -#include "protocol.h" +#include "nbd-protocol.h" static bool validate_request (struct connection *conn, diff --git a/tests/test-layers.c b/tests/test-layers.c index 9b595c4..1097f15 100644 --- a/tests/test-layers.c +++ b/tests/test-layers.c @@ -61,7 +61,7 @@ #include "byte-swapping.h" #include "cleanup.h" #include "exit-with-parent.h" -#include "protocol.h" +#include "nbd-protocol.h" /* Declare program_name. */...
2019 Sep 24
11
[PATCH nbdkit 0/4] common/protocol: Unify public <nbd-protocol.h>
We should have only one NBD protocol file. Let's make nbdkit's version the canonical one, and use it in libnbd. Rich.