qemu: Make qemuMonitorJSONIOProcessLine available for tests

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
This commit is contained in:
Jiri Denemark 2016-04-27 16:50:43 +02:00
parent b0b8517eeb
commit 666d780531
2 changed files with 5 additions and 1 deletions

View File

@ -180,7 +180,7 @@ qemuMonitorJSONIOProcessEvent(qemuMonitorPtr mon,
return 0;
}
static int
int
qemuMonitorJSONIOProcessLine(qemuMonitorPtr mon,
const char *line,
qemuMonitorMessagePtr msg)

View File

@ -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,