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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
index 9644cecd..9bc41f0c 100644
--- a/src/guestfs-internal.h
+++ b/src/guestfs-internal.h
@@ -163,7 +163,8 @@ struct qemu_param {
/* Backend (attach-method) operations. */
struct attach_ops {
int (*launch) (guestfs_h *g, const char *arg); /* Initialize and launch. */
- int (*shutdown) (guestfs_h *g); /* Shutdown and cleanup. */
+ /* Shutdown and cleanup. */
+ int (*shutdown) (guestfs_h *g, int check_for_errors);
int (*get_pid) (guestfs_h *g); /* get-pid API. */
int (*max_disks) (guestfs_h *g); /* max-disks API. */