diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2023-03-24 18:49:06 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-03-24 18:49:06 +0000 |
| commit | 0f735657aa762e3b226087a9be6edf95868bc62d (patch) | |
| tree | b159bcdfb70d549bc9f77ac363eb99c0730a3c9e /lib/libvmmapi/vmmapi.h | |
| parent | 7d9ef309bd09c061e9cad8ace6f7bb4c60f087e6 (diff) | |
Diffstat (limited to 'lib/libvmmapi/vmmapi.h')
| -rw-r--r-- | lib/libvmmapi/vmmapi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libvmmapi/vmmapi.h b/lib/libvmmapi/vmmapi.h index 322b47e4ee0e..459aad0fe1a3 100644 --- a/lib/libvmmapi/vmmapi.h +++ b/lib/libvmmapi/vmmapi.h @@ -265,7 +265,7 @@ void vm_setup_freebsd_gdt(uint64_t *gdtr); /* * Save and restore */ -int vm_snapshot_req(struct vm_snapshot_meta *meta); +int vm_snapshot_req(struct vmctx *ctx, struct vm_snapshot_meta *meta); int vm_restore_time(struct vmctx *ctx); /* |
