X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=include%2Fqemu-io.h;h=5d6006f73ba29f0115c5e6643f68ca1f5b512f1a;hb=c47c61be8dcd91689c8fc77776db924d684c3b39;hp=7e7c07c09ba0a90bd9f035ad3b5383ae8181303d;hpb=e9f526ab7b01662c323a47446e22308968221ac1;p=mirror_qemu.git diff --git a/include/qemu-io.h b/include/qemu-io.h index 7e7c07c09b..5d6006f73b 100644 --- a/include/qemu-io.h +++ b/include/qemu-io.h @@ -38,6 +38,8 @@ typedef struct cmdinfo { helpfunc_t help; } cmdinfo_t; +extern bool qemuio_misalign; + bool qemuio_command(BlockDriverState *bs, const char *cmd); void qemuio_add_command(const cmdinfo_t *ci);