提交 b75fab32 编写于 作者: M Matthias Bolte

Add documentation for VIR_DOMAIN_MEMORY_PARAM_UNLIMITED

Otherwise apibuild.py complains about it.
上级 6916cfd7
...@@ -696,6 +696,13 @@ typedef enum { ...@@ -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)
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册