summaryrefslogtreecommitdiffstats
path: root/src/guestfs-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/guestfs-internal.h')
-rw-r--r--src/guestfs-internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index b2f75184..7c331f9a 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -282,7 +282,7 @@ struct guestfs_h
char **cmdline; /* Only used in child, does not need freeing. */
size_t cmdline_size;
- bool virtio_scsi; /* See function qemu_supports_virtio_scsi */
+ int virtio_scsi; /* See function qemu_supports_virtio_scsi */
} app;
struct { /* Used only by src/launch-libvirt.c. */