]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virnetdevmacvlan: Provide stubs for build without macvtap
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 27 Jan 2016 08:49:54 +0000 (09:49 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 27 Jan 2016 09:07:46 +0000 (10:07 +0100)
commit720bc953f8e2b0c85e708eebf1896d241a5d7d1d
tree31f6d2b2ed4a44114fa0431cf44075c4a26f19ed
parent871e10fc959afd9c56bd1f512d89ce591d2207b9
virnetdevmacvlan: Provide stubs for build without macvtap

In 370608b4c76f we have introduced two new internal APIs.
However, there are no stubs for build without macvtap. Therefore
build on systems lacking macvtap support (e.g. mingw or freebds)
fails when trying to link.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/util/virnetdevmacvlan.c