]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Fix declaration of virNetworkDNS(Hosts)Def struct
authorMatthias Bolte <matthias.bolte@googlemail.com>
Mon, 4 Jul 2011 15:20:02 +0000 (17:20 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 5 Jul 2011 08:40:27 +0000 (10:40 +0200)
commit4a6d4d42854d6ddfe5498dbf4008b7db86fd1181
treec736c1f1b456f711619416670616e37d0e88accf
parent6bcd732ead72905a2d728369efa80eabc16d7254
conf: Fix declaration of virNetworkDNS(Hosts)Def struct

The struct A {} A; construct triggers a linker error on OSX about
duplicate symbols. This also differs from the common struct style.

Switch to common style to fix this.

Reported by Justin Clift.
src/conf/network_conf.h