---
Changes | 1 +
Virt.xs | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/Changes b/Changes
index 017990a..44a42f2 100644
--- a/Changes
+++ b/Changes
@@ -9,6 +9,7 @@ Revision history for perl module Sys::Virt
- Add VIR_DOMAIN_TUNABLE_CPU_IOTHREADSPIN constant
- Add virDomainInterfaceAddress function & constants
- Add VIR_DOMAIN_PAUSED_STARTING_UP constant
+ - Adapt to rename of virDomainIOThreadsInfoFree to virDomainIOThreadInfoFree
1.2.13 2015-03-05
diff --git a/Virt.xs b/Virt.xs
index 35ea013..5dc977a 100644
--- a/Virt.xs
+++ b/Virt.xs
@@ -5039,7 +5039,7 @@ get_iothread_info(dom, flags=0)
}
for (i = 0 ; i < niothreads ; i++) {
- virDomainIOThreadsInfoFree(iothrinfo[i]);
+ virDomainIOThreadInfoFree(iothrinfo[i]);
}
free(iothrinfo);
--
2.0.5