mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
lib: clarify docs for hugetlb in virDomainMemoryStatTags
The term number is used for other stats and even for hugetlb stats in virsh man page. The term number is also more clear. Signed-off-by: Nikolay Shirokovskiy <nshirokovskiy@virtuozzo.com> Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
committed by
Michal Privoznik
parent
1ae53c027b
commit
188a71c8eb
@@ -637,13 +637,13 @@ typedef enum {
|
||||
VIR_DOMAIN_MEMORY_STAT_DISK_CACHES = 10,
|
||||
|
||||
/*
|
||||
* The amount of successful huge page allocations from inside the domain via
|
||||
* The number of successful huge page allocations from inside the domain via
|
||||
* virtio balloon.
|
||||
*/
|
||||
VIR_DOMAIN_MEMORY_STAT_HUGETLB_PGALLOC = 11,
|
||||
|
||||
/*
|
||||
* The amount of failed huge page allocations from inside the domain via
|
||||
* The number of failed huge page allocations from inside the domain via
|
||||
* virtio balloon.
|
||||
*/
|
||||
VIR_DOMAIN_MEMORY_STAT_HUGETLB_PGFAIL = 12,
|
||||
|
||||
Reference in New Issue
Block a user