commit | 6b8c01e781524ab713faa31a4fb5b20a745f638a | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Thu Aug 23 14:57:11 2012 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Wed Sep 19 15:26:30 2012 +0200 |
tree | b77050feb3854933fa67015de4c12b74d3a63e63 | |
parent | ee0a19ec2a98989ff634857fb203bc2879d96bff [diff] |
nbd: negotiate with named exports Allow negotiation to receive the name of the requested export from the client. Passing a NULL export to nbd_client_new will cause the server to send the extended negotiation header. The exp field is then filled during negotiation. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>