]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virDomainNetDefFormat: Rename @attrBuf to @targetAttrBuf
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 31 Jan 2023 15:23:58 +0000 (16:23 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 1 Feb 2023 07:36:22 +0000 (08:36 +0100)
commit58e0bd73e02b400deea67baed171db0e686daf27
tree9f35d243b3168f7e19e7805015fa15904b5af191
parent97e4b5e1e78b7124126152bfa004ab62890fcc3e
virDomainNetDefFormat: Rename @attrBuf to @targetAttrBuf

The @attrBuf variable in virDomainNetDefFormat() is named too
broadly. It holds attribute buffer to the <target/> element.
Rename it to @targetAttrBuf then.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Peter Krempa <pkrempa@redhat.com>
src/conf/domain_conf.c