diff --git a/include/libvirt/libvirt.h.in b/include/libvirt/libvirt.h.in index 5d8e6f4..7f3b6c8 100644 --- a/include/libvirt/libvirt.h.in +++ b/include/libvirt/libvirt.h.in @@ -4273,52 +4273,52 @@ typedef struct _virTypedParameter virMemoryParameter; typedef virMemoryParameter *virMemoryParameterPtr; /* - * VIR_NODE_KSM_PAGES_TO_SCAN: + * VIR_NODE_SHARED_MEMORY_PAGES_TO_SCAN: * * Macro for typed parameter that represents how many present pages - * to scan before ksmd goes to sleep. + * to scan before the shared memory service goes to sleep. */ # define VIR_NODE_SHARED_MEMORY_PAGES_TO_SCAN "pages_to_scan" /* - * VIR_NODE_KSM_SLEEP_MILLISECS: + * VIR_NODE_SHARED_MEMORY_SLEEP_MILLISECS: * * Macro for typed parameter that represents how many milliseconds - * ksmd should sleep before next scan. + * the shared memory service should sleep before next scan. */ # define VIR_NODE_SHARED_MEMORY_SLEEP_MILLISECS "sleep_millisecs" /* - * VIR_NODE_KSM_PAGES_SHARED: + * VIR_NODE_SHARED_MEMORY_PAGES_SHARED: * - * Macro for typed parameter that represents how many ksm shared pages + * Macro for typed parameter that represents how many the shared pages * are being used. */ # define VIR_NODE_SHARED_MEMORY_PAGES_SHARED "pages_shared" /* - * VIR_NODE_KSM_PAGES_SHARING: + * VIR_NODE_SHARED_MEMORY_PAGES_SHARING: * * Macro for typed parameter that represents how many sites are * sharing the pages i.e. how much saved. */ # define VIR_NODE_SHARED_MEMORY_PAGES_SHARING "pages_sharing" -/* VIR_NODE_KSM_PAGES_UNSHARED: +/* VIR_NODE_SHARED_MEMORY_PAGES_UNSHARED: * * Macro for typed parameter that represents how many pages unique * but repeatedly checked for merging. */ # define VIR_NODE_SHARED_MEMORY_PAGES_UNSHARED "pages_unshared" -/* VIR_NODE_KSM_PAGES_VOLATILE: +/* VIR_NODE_SHARED_MEMORY_PAGES_VOLATILE: * * Macro for typed parameter that represents how many pages changing * too fast to be placed in a tree. */ # define VIR_NODE_SHARED_MEMORY_PAGES_VOLATILE "pages_volatile" -/* VIR_NODE_KSM_FULL_SCAN: +/* VIR_NODE_SHARED_MEMORY_FULL_SCAN: * * Macro for typed parameter that represents how many times all * mergeable areas have been scanned.