]> git.ipfire.org Git - thirdparty/libvirt.git/commit
net: use structs for address and port ranges
authorNatanael Copa <ncopa@alpinelinux.org>
Tue, 19 Feb 2013 10:44:16 +0000 (11:44 +0100)
committerLaine Stump <laine@laine.org>
Tue, 19 Feb 2013 19:42:18 +0000 (14:42 -0500)
commitbac8b2ca096bba2aae4a36e7daefd818145db802
tree68517ca1bb64ef7267e56e8b8c66fee596b3fe7d
parent1716e7a6c5178889bd42d925093715a47c458fc9
net: use structs for address and port ranges

We pass over the address/port start/end values many times so we put
them in structs.

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Signed-off-by: Laine Stump <laine@laine.org>
src/conf/network_conf.c
src/conf/network_conf.h
src/network/bridge_driver.c
src/util/viriptables.c
src/util/viriptables.h
src/util/virsocketaddr.h