The API was added in libvirt 9.0.0. Signed-off-by: Jiri Denemark <jdenemar@xxxxxxxxxx> --- src/remote/remote_driver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c index 9f3a9520e4..2f421fb5e0 100644 --- a/src/remote/remote_driver.c +++ b/src/remote/remote_driver.c @@ -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 = { -- 2.39.1