
17 Jan
2011
17 Jan
'11
12:59 p.m.
On Sat, Jan 15, 2011 at 11:48:18PM +0100, Matthias Bolte wrote:
Otherwise apibuild.py complains about it. --- include/libvirt/libvirt.h.in | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 055eb2e..7ecbeb6 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -696,6 +696,13 @@ typedef enum { */
#define VIR_DOMAIN_MEMORY_FIELD_LENGTH 80 + +/** + * VIR_DOMAIN_MEMORY_PARAM_UNLIMITED: + * + * Macro providing the virMemoryParameter value that indicates "unlimited" + */ + #define VIR_DOMAIN_MEMORY_PARAM_UNLIMITED (INT64_MAX >> 10)
ACK Daniel