16 Dec
2014
16 Dec
'14
8:59 a.m.
On 12/11/2014 10:42 AM, Pavel Hrdina wrote:
Moving the struct and friends to qemu_monitor.h because the 'qemuMonitorJSONGetObjectProperty' has usage also for internal libvirt code not only for tests.
Signed-off-by: Pavel Hrdina <phrdina@redhat.com> --- src/qemu/qemu_monitor.h | 28 ++++++++++++++++++++++++++++ src/qemu/qemu_monitor_json.c | 12 ++++++------ src/qemu/qemu_monitor_json.h | 34 ++-------------------------------- tests/qemumonitorjsontest.c | 10 +++++----- 4 files changed, 41 insertions(+), 43 deletions(-)
ACK John