diff options
| author | Robert Wing <rew@FreeBSD.org> | 2021-01-29 08:30:31 +0000 |
|---|---|---|
| committer | Robert Wing <rew@FreeBSD.org> | 2021-02-18 02:46:42 +0000 |
| commit | 4f4065e0a220a57afa03420d4f8fa97dbcb5644c (patch) | |
| tree | d67f0b62d00f7d2dbb1526b171cc4554c4b13a1d /lib/libvmmapi/vmmapi.h | |
| parent | 24fd63e0970f91189dd2acde987bd2e4c8c04a50 (diff) | |
Diffstat (limited to 'lib/libvmmapi/vmmapi.h')
| -rw-r--r-- | lib/libvmmapi/vmmapi.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lib/libvmmapi/vmmapi.h b/lib/libvmmapi/vmmapi.h index 2fe2bf7906a4..9dc44f391d2c 100644 --- a/lib/libvmmapi/vmmapi.h +++ b/lib/libvmmapi/vmmapi.h @@ -255,19 +255,6 @@ void vm_setup_freebsd_gdt(uint64_t *gdtr); /* * Save and restore */ - -#define MAX_SNAPSHOT_VMNAME 100 - -enum checkpoint_opcodes { - START_CHECKPOINT = 0, - START_SUSPEND = 1, -}; - -struct checkpoint_op { - unsigned int op; - char snapshot_filename[MAX_SNAPSHOT_VMNAME]; -}; - int vm_snapshot_req(struct vm_snapshot_meta *meta); int vm_restore_time(struct vmctx *ctx); |
