mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-25 10:03:49 +03: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,
|
||||
const void *name ATTRIBUTE_UNUSED)
|
||||
{
|
||||
|
@ -649,6 +649,7 @@ struct _qemuMonitorChardevInfo {
|
||||
char *ptyPath;
|
||||
virDomainChrDeviceState state;
|
||||
};
|
||||
void qemuMonitorChardevInfoFree(void *data, const void *name);
|
||||
int qemuMonitorGetChardevInfo(qemuMonitorPtr mon,
|
||||
virHashTablePtr *retinfo);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user