mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
Add documentation for VIR_DOMAIN_MEMORY_PARAM_UNLIMITED
Otherwise apibuild.py complains about it.
This commit is contained in:
parent
6916cfd7dd
commit
b75fab32ec
@ -696,6 +696,13 @@ typedef enum {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define VIR_DOMAIN_MEMORY_FIELD_LENGTH 80
|
#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)
|
#define VIR_DOMAIN_MEMORY_PARAM_UNLIMITED (INT64_MAX >> 10)
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user