summaryrefslogtreecommitdiffstats
path: root/src/guestfs-internal.h
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-07-20 11:57:10 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-07-20 13:49:10 +0100
commit08cad543492c9624be0659dfb18b7a8b21de8fba (patch)
treee7a12e893f9e4e540b7282d62ddafd0990ed7246 /src/guestfs-internal.h
parent52fa23d74f6308daf804c2330b0b27e0b4412594 (diff)
downloadlibguestfs-08cad543492c9624be0659dfb18b7a8b21de8fba.tar.gz
libguestfs-08cad543492c9624be0659dfb18b7a8b21de8fba.tar.xz
libguestfs-08cad543492c9624be0659dfb18b7a8b21de8fba.zip
launch: Move the command line building code entirely into launch-appliance.c.
Although we still use the handle as convenient temporary storage.
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 b33605c3..180e599e 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -246,7 +246,7 @@ struct guestfs_h
char *qemu_version; /* Output of qemu -version. */
char *qemu_devices; /* Output of qemu -device ? */
- char **cmdline; /* Qemu command line. */
+ char **cmdline; /* Only used in child, does not need freeing. */
size_t cmdline_size;
bool virtio_scsi; /* See function qemu_supports_virtio_scsi */