mirror of https://gitee.com/openkylin/libvirt.git
vz: fix typo that lost the '#' in '#define'
Previous commit:
commit faceedaf71
Author: Jonathon Jongsma <jjongsma@redhat.com>
Date: Tue Jun 18 11:13:12 2019 -0500
src/vz: use #pragma once in headers
accidentally chomped the "#" in a "#define" when re-indenting
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
parent
2a5bc13639
commit
3ee8ea9560
|
@ -145,7 +145,7 @@ vzGetDefaultSCSIModel(vzDriverPtr driver,
|
|||
|
||||
int vzCheckUnsupportedGraphics(virDomainGraphicsDefPtr gr);
|
||||
|
||||
define PARALLELS_BLOCK_STATS_FOREACH(OP) \
|
||||
#define PARALLELS_BLOCK_STATS_FOREACH(OP) \
|
||||
OP(rd_req, VIR_DOMAIN_BLOCK_STATS_READ_REQ, "read_requests") \
|
||||
OP(rd_bytes, VIR_DOMAIN_BLOCK_STATS_READ_BYTES, "read_total") \
|
||||
OP(wr_req, VIR_DOMAIN_BLOCK_STATS_WRITE_REQ, "write_requests") \
|
||||
|
|
Loading…
Reference in New Issue