summaryrefslogtreecommitdiff
path: root/block.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-07-03 13:41:03 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2008-07-03 13:41:03 +0000
commit75818250ba0f61d9e3008b11d8c63b7b46d80ba2 (patch)
tree10fdb06f655d82a6372bf918338f3de086895452 /block.h
parent3b05a8e91bf15e1858f3f3618069dbc78e55b88e (diff)
downloadqemu-75818250ba0f61d9e3008b11d8c63b7b46d80ba2.tar.gz
Allow QEMU to connect directly to an NBD server, by Laurent Vivier.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4838 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'block.h')
-rw-r--r--block.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/block.h b/block.h
index e18f4532ae..fa741b55a5 100644
--- a/block.h
+++ b/block.h
@@ -16,6 +16,7 @@ extern BlockDriver bdrv_vpc;
extern BlockDriver bdrv_vvfat;
extern BlockDriver bdrv_qcow2;
extern BlockDriver bdrv_parallels;
+extern BlockDriver bdrv_nbd;
typedef struct BlockDriverInfo {
/* in bytes, 0 if irrelevant */