]> git.proxmox.com Git - mirror_qemu.git/blobdiff - replay/replay-internal.h
replay: checkpoints
[mirror_qemu.git] / replay / replay-internal.h
index 4414695017b740b149fa0a85e5b9e111ebff7d8b..bf64be54d7d3abc4c74a388ea68ea0d73881e935 100644 (file)
@@ -29,6 +29,10 @@ enum ReplayEvents {
     /* some of greater codes are reserved for clocks */
     EVENT_CLOCK,
     EVENT_CLOCK_LAST = EVENT_CLOCK + REPLAY_CLOCK_COUNT - 1,
+    /* for checkpoint event */
+    /* some of greater codes are reserved for checkpoints */
+    EVENT_CHECKPOINT,
+    EVENT_CHECKPOINT_LAST = EVENT_CHECKPOINT + CHECKPOINT_COUNT - 1,
     EVENT_COUNT
 };