summaryrefslogtreecommitdiff
path: root/vmstate.h
diff options
context:
space:
mode:
Diffstat (limited to 'vmstate.h')
-rw-r--r--vmstate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vmstate.h b/vmstate.h
index 1dd42f516a..96651a5b9c 100644
--- a/vmstate.h
+++ b/vmstate.h
@@ -35,6 +35,7 @@ typedef struct SaveVMHandlers {
int (*save_live_state)(QEMUFile *f, int stage, void *opaque);
void (*cancel)(void *opaque);
LoadStateHandler *load_state;
+ bool (*is_active)(void *opaque);
} SaveVMHandlers;
int register_savevm(DeviceState *dev,