Implement "list exports" message
authorWouter Verhelst <w@uter.be>
Sat, 5 May 2012 09:04:39 +0000 (11:04 +0200)
committerWouter Verhelst <w@uter.be>
Sat, 5 May 2012 09:04:39 +0000 (11:04 +0200)
commit626c2a37b653a760a72d9ab9e011fd50d5838cf9
tree13e8f130915994f9e862020649d83f5d7ede8721
parent50ce43cd7ac2f9f4390eb8e2a9f1e4d2c750ddd4
Implement "list exports" message

Previously, there was no way for the client to get a list of all
available exports from an nbd-server. This implements that.

Additionally, it implements a way for the server to understand more
options than just the one "NBD_OPT_EXPORT_NAME" we did before, and
proper handling of "sorry, I don't know what you're talking about".
cliserv.h
doc/proto.txt
nbd-client.c
nbd-server.c