]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Alter virCapabilitiesFormatHostXML to take virCapsHostPtr
authorJohn Ferlan <jferlan@redhat.com>
Wed, 9 Jan 2019 17:10:59 +0000 (12:10 -0500)
committerJohn Ferlan <jferlan@redhat.com>
Tue, 29 Jan 2019 18:24:36 +0000 (13:24 -0500)
commit0d832b873cf629558d83980584df379653376548
treea1f89d09440b6282b85c8c9ada4fda6a01d2e4f7
parentda87aa5963f435b8754cb4ee9dd8a46a69e99679
conf: Alter virCapabilitiesFormatHostXML to take virCapsHostPtr

Rather than deref off of "caps->host.", let's pass "&caps->host"
and make the helper use "host->" instead.

Signed-off-by: John Ferlan <jferlan@redhat.com>
ACKed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/capabilities.c