]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
conf: rename network dns host/srv/txt arrays
authorLaine Stump <laine@laine.org>
Sun, 11 Nov 2012 23:59:28 +0000 (18:59 -0500)
committerLaine Stump <laine@laine.org>
Tue, 11 Dec 2012 10:49:44 +0000 (05:49 -0500)
commit8b7d1874179cbe62ed0d6111f455b06a0c335c23
tree31fe662bfb0fba23118639766c953d4f7985431d
parent2dc5839a16b28c80d8d848f5d6f3711393cbb5eb
conf: rename network dns host/srv/txt arrays

This shortens the name of the structs for srv and txt, and their
instances in virNetworkDNSDef, to be more compact and uniform with the
naming of the dns host array. It also changes the type of ntxts, etc
from unsigned int to size_t, so that they can be used directly as args
to VIR_*_ELEMENT.
src/conf/network_conf.c
src/conf/network_conf.h
src/network/bridge_driver.c