New internal function guestfs___print_timestamped_argv
authorMatthew Booth <mbooth@redhat.com>
Thu, 28 Oct 2010 14:19:11 +0000 (15:19 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 28 Oct 2010 15:08:45 +0000 (16:08 +0100)
commit06fef60db5c7a96cb59aa92c4708e10333345e90
tree8386ff20f31618b01babf924924ad36b2e737da4
parent0353688577a27749f40bcc060e5703102c5a9649
New internal function guestfs___print_timestamped_argv

This function generalises the existing print_cmdline used to output the qemu
command line to output any given command line, and exports it to other modules.
It also adds a timestamp to the old print_cmdline output for consistency with
guestfs___print_timestamped_message.
src/guestfs-internal.h
src/launch.c