summaryrefslogtreecommitdiffstats
path: root/src/launch-unix.c
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-09-04 15:34:35 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-09-04 15:36:29 +0100
commitc4171ad58f61f72f5f6c6c8e711a7bcc19d20f75 (patch)
treec39e82b8e8846ec74a13d8795d5d7a857dfadb7b /src/launch-unix.c
parentcc4b3139d17b98d734d98286bb698bb3b105da05 (diff)
downloadlibguestfs-c4171ad58f61f72f5f6c6c8e711a7bcc19d20f75.tar.gz
libguestfs-c4171ad58f61f72f5f6c6c8e711a7bcc19d20f75.tar.xz
libguestfs-c4171ad58f61f72f5f6c6c8e711a7bcc19d20f75.zip
shutdown: Add 'check_for_errors' hint along the shutdown path.
This hint tells the backend whether anyone cares about errors when the appliance is shut down. Currently this only has any effect on the libvirt backend, where it controls whether or not we use the VIR_DOMAIN_DESTROY_GRACEFUL flag.
Diffstat (limited to 'src/launch-unix.c')
-rw-r--r--src/launch-unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/launch-unix.c b/src/launch-unix.c
index b971cac7..ab0e9d07 100644
--- a/src/launch-unix.c
+++ b/src/launch-unix.c
@@ -103,7 +103,7 @@ launch_unix (guestfs_h *g, const char *sockpath)
}
static int
-shutdown_unix (guestfs_h *g)
+shutdown_unix (guestfs_h *g, int check_for_errors)
{
/* Merely closing g->sock is sufficient and that is already done
* in the calling code.