mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
Rename qemuMonitorIOThreadsInfo* to qemuMonitorIOThreadInfo*
It only deals with a single thread.
This commit is contained in:
@@ -2241,7 +2241,7 @@ testQemuMonitorJSONGetIOThreads(const void *data)
|
||||
{
|
||||
virDomainXMLOptionPtr xmlopt = (virDomainXMLOptionPtr)data;
|
||||
qemuMonitorTestPtr test = qemuMonitorTestNewSimple(true, xmlopt);
|
||||
qemuMonitorIOThreadsInfoPtr *info;
|
||||
qemuMonitorIOThreadInfoPtr *info;
|
||||
int ninfo = 0;
|
||||
int ret = -1;
|
||||
size_t i;
|
||||
@@ -2300,7 +2300,7 @@ testQemuMonitorJSONGetIOThreads(const void *data)
|
||||
cleanup:
|
||||
qemuMonitorTestFree(test);
|
||||
for (i = 0; i < ninfo; i++)
|
||||
qemuMonitorIOThreadsInfoFree(info[i]);
|
||||
qemuMonitorIOThreadInfoFree(info[i]);
|
||||
VIR_FREE(info);
|
||||
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user