]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: use VIR_(INSERT|DELETE)_ELEMENT in virNetworkUpdate backend
authorLaine Stump <laine@laine.org>
Mon, 8 Oct 2012 17:42:21 +0000 (13:42 -0400)
committerLaine Stump <laine@laine.org>
Tue, 11 Dec 2012 10:49:44 +0000 (05:49 -0500)
commit2dc5839a16b28c80d8d848f5d6f3711393cbb5eb
tree126790345f05d176b8ba8f2ed1c3a6f377ddd6f4
parent85b22f528f816d2360f29d5782d83b1371e19aa4
conf: use VIR_(INSERT|DELETE)_ELEMENT in virNetworkUpdate backend

The already-written backend functions for virNetworkUpdate that add
and delete items into lists within the a network were already debugged
to work properly, but future such functions will use
VIR_(INSERT|DELETE)_ELEMENT instead, so these are changed for
uniformity.
src/conf/network_conf.c
src/conf/network_conf.h