mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
src: warn against virNodeGetInfo() API call due to inaccurate info
Reviewed-by: Jiri Denemark <jdenemar@redhat.com> Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
@@ -147,6 +147,10 @@ typedef virSecurityModel *virSecurityModelPtr;
|
||||
*
|
||||
* a virNodeInfo is a structure filled by virNodeGetInfo() and providing
|
||||
* the information for the Node.
|
||||
*
|
||||
* Note that the information in this struct is not guaranteed to be an
|
||||
* accurate relection of the system hardware. See the virNodeGetInfo()
|
||||
* API documentation for further guidance.
|
||||
*/
|
||||
|
||||
typedef struct _virNodeInfo virNodeInfo;
|
||||
|
||||
Reference in New Issue
Block a user