libvirt/src/libvirt_macvtap.syms
Matthias Bolte 474b1c1487 Fix undefined symbol errors when macvtap support is disabled
Use macvtap specific functions depending on WITH_MACVTAP.

Use #if instead of #ifdef to check for WITH_MACVTAP, because
WITH_MACVTAP is always defined with value 0 or 1.

Also export virVMOperationType{To|From}String unconditional,
because they are used unconditional in the domain config code.
2010-12-01 17:08:08 +01:00

11 lines
148 B
Plaintext

#
# These symbols are dependent on WITH_MACVTAP.
#
# macvtap.h
delMacvtap;
openMacvtapTap;
vpAssociatePortProfileId;
vpDisassociatePortProfileId;