mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-23 06:05:27 +00:00
qemu: monitor: remove the json field
Now that it is no longer used, remove it. Signed-off-by: Ján Tomko <jtomko@redhat.com> Acked-by: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
parent
4d5da03ce4
commit
86d648f2c9
@ -101,7 +101,6 @@ struct _qemuMonitor {
|
||||
|
||||
int nextSerial;
|
||||
|
||||
bool json;
|
||||
bool waitGreeting;
|
||||
|
||||
/* cache of query-command-line-options results */
|
||||
@ -833,7 +832,6 @@ qemuMonitorOpenInternal(virDomainObjPtr vm,
|
||||
mon->fd = fd;
|
||||
mon->hasSendFD = hasSendFD;
|
||||
mon->vm = virObjectRef(vm);
|
||||
mon->json = true;
|
||||
mon->waitGreeting = true;
|
||||
mon->cb = cb;
|
||||
mon->callbackOpaque = opaque;
|
||||
|
Loading…
Reference in New Issue
Block a user