diff options
| author | Robert Wing <rew@FreeBSD.org> | 2022-03-18 05:26:54 +0000 |
|---|---|---|
| committer | Robert Wing <rew@FreeBSD.org> | 2022-03-18 05:38:21 +0000 |
| commit | 3efc45f34e13c63cb37a77a67fea39937004b75a (patch) | |
| tree | 305c15d1aebda0e4a46caa7f38e9a77491b16e57 /lib/libvmmapi/vmmapi.h | |
| parent | ee0ebaa42028aee9886e06b6b995c8b2389e89f4 (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 08945309cbd5..87051973225a 100644 --- a/lib/libvmmapi/vmmapi.h +++ b/lib/libvmmapi/vmmapi.h @@ -133,7 +133,7 @@ uint32_t vm_get_lowmem_limit(struct vmctx *ctx); void vm_set_lowmem_limit(struct vmctx *ctx, uint32_t limit); void vm_set_memflags(struct vmctx *ctx, int flags); int vm_get_memflags(struct vmctx *ctx); -int vm_get_name(struct vmctx *ctx, char *buffer, size_t max_len); +const char *vm_get_name(struct vmctx *ctx); size_t vm_get_lowmem_size(struct vmctx *ctx); size_t vm_get_highmem_size(struct vmctx *ctx); int vm_set_desc(struct vmctx *ctx, int vcpu, int reg, |
