mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
qemu: make qemuMonitorChardevInfoFree non-static
It would be used in qemumonitorjsontest, thus we make it non-static. Signed-off-by: Zhang Bo <oscar.zhangbo@huawei.com> Signed-off-by: Zhou Yimin <zhouyimin@huawei.com>
This commit is contained in:
parent
56476f6a2d
commit
6f5d29f40d
@ -2812,7 +2812,7 @@ qemuMonitorQueryRxFilter(qemuMonitorPtr mon, const char *alias,
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
static void
|
void
|
||||||
qemuMonitorChardevInfoFree(void *data,
|
qemuMonitorChardevInfoFree(void *data,
|
||||||
const void *name ATTRIBUTE_UNUSED)
|
const void *name ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
|
@ -649,6 +649,7 @@ struct _qemuMonitorChardevInfo {
|
|||||||
char *ptyPath;
|
char *ptyPath;
|
||||||
virDomainChrDeviceState state;
|
virDomainChrDeviceState state;
|
||||||
};
|
};
|
||||||
|
void qemuMonitorChardevInfoFree(void *data, const void *name);
|
||||||
int qemuMonitorGetChardevInfo(qemuMonitorPtr mon,
|
int qemuMonitorGetChardevInfo(qemuMonitorPtr mon,
|
||||||
virHashTablePtr *retinfo);
|
virHashTablePtr *retinfo);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user