mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
qemuMonitorJSONQueryBlock: Reformat function header
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
2996a94dd0
commit
04a248eb01
@ -2036,10 +2036,11 @@ qemuMonitorJSONGetBalloonInfo(qemuMonitor *mon,
|
||||
}
|
||||
|
||||
|
||||
int qemuMonitorJSONGetMemoryStats(qemuMonitor *mon,
|
||||
char *balloonpath,
|
||||
virDomainMemoryStatPtr stats,
|
||||
unsigned int nr_stats)
|
||||
int
|
||||
qemuMonitorJSONGetMemoryStats(qemuMonitor *mon,
|
||||
char *balloonpath,
|
||||
virDomainMemoryStatPtr stats,
|
||||
unsigned int nr_stats)
|
||||
{
|
||||
int ret = -1;
|
||||
g_autoptr(virJSONValue) cmd = NULL;
|
||||
|
Loading…
Reference in New Issue
Block a user