Displaying 1 result from an estimated 1 matches for "virschedparameter".
2010 Jun 14
0
Documentation Bug: struct virSchedParameter missing value field
Hi,
The libvirt documentation under
http://libvirt.org/html/libvirt-libvirt.html#virSchedParameter
fails to list the "value" member, even though that is kind of essential for
using the struct.
This is what the documentation says:
struct virSchedParameter{
charfield[VIR_DOMAIN_SCHED_FIELD_LENGTH] field : parameter name
int type : parameter type
}
This is how it looks in...