mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
remote: Fix version annotation for remoteDomainFDAssociate
The API was added in libvirt 9.0.0. Signed-off-by: Jiri Denemark <jdenemar@redhat.com> Reviewed-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
a0fbf1e25c
commit
9f8fba7501
@ -8101,7 +8101,7 @@ static virHypervisorDriver hypervisor_driver = {
|
||||
.domainGetMessages = remoteDomainGetMessages, /* 7.1.0 */
|
||||
.domainStartDirtyRateCalc = remoteDomainStartDirtyRateCalc, /* 7.2.0 */
|
||||
.domainSetLaunchSecurityState = remoteDomainSetLaunchSecurityState, /* 8.0.0 */
|
||||
.domainFDAssociate = remoteDomainFDAssociate, /* 8.9.0 */
|
||||
.domainFDAssociate = remoteDomainFDAssociate, /* 9.0.0 */
|
||||
};
|
||||
|
||||
static virNetworkDriver network_driver = {
|
||||
|
Loading…
x
Reference in New Issue
Block a user