mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virnuma: Export virNumaGetMaxCPUs properly
This function will be used in virnumamock, shortly. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
ad661c70b9
commit
9e63f35247
@ -2872,6 +2872,7 @@ virNodeSuspendGetTargetMask;
|
|||||||
virNumaGetAutoPlacementAdvice;
|
virNumaGetAutoPlacementAdvice;
|
||||||
virNumaGetDistances;
|
virNumaGetDistances;
|
||||||
virNumaGetHostMemoryNodeset;
|
virNumaGetHostMemoryNodeset;
|
||||||
|
virNumaGetMaxCPUs;
|
||||||
virNumaGetMaxNode;
|
virNumaGetMaxNode;
|
||||||
virNumaGetNodeCPUs;
|
virNumaGetNodeCPUs;
|
||||||
virNumaGetNodeMemory;
|
virNumaGetNodeMemory;
|
||||||
|
@ -43,7 +43,7 @@ int virNumaGetNodeMemory(int node,
|
|||||||
unsigned long long *memsize,
|
unsigned long long *memsize,
|
||||||
unsigned long long *memfree) G_GNUC_NO_INLINE;
|
unsigned long long *memfree) G_GNUC_NO_INLINE;
|
||||||
|
|
||||||
unsigned int virNumaGetMaxCPUs(void);
|
unsigned int virNumaGetMaxCPUs(void) G_GNUC_NO_INLINE;
|
||||||
|
|
||||||
int virNumaGetNodeCPUs(int node, virBitmap **cpus) G_GNUC_NO_INLINE;
|
int virNumaGetNodeCPUs(int node, virBitmap **cpus) G_GNUC_NO_INLINE;
|
||||||
int virNumaNodesetToCPUset(virBitmap *nodeset,
|
int virNumaNodesetToCPUset(virBitmap *nodeset,
|
||||||
|
Loading…
Reference in New Issue
Block a user