提交 666d7805 编写于 作者: J Jiri Denemark

qemu: Make qemuMonitorJSONIOProcessLine available for tests

Signed-off-by: NJiri Denemark <jdenemar@redhat.com>
上级 b0b8517e
......@@ -180,7 +180,7 @@ qemuMonitorJSONIOProcessEvent(qemuMonitorPtr mon,
return 0;
}
static int
int
qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
const char *line,
qemuMonitorMessagePtr msg)
......
......@@ -32,6 +32,10 @@
# include "cpu/cpu.h"
# include "util/virgic.h"
int qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
const char *line,
qemuMonitorMessagePtr msg);
int qemuMonitorJSONIOProcess(qemuMonitorPtr mon,
const char *data,
size_t len,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册