mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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.
11 lines
148 B
Plaintext
11 lines
148 B
Plaintext
#
|
|
# These symbols are dependent on WITH_MACVTAP.
|
|
#
|
|
|
|
|
|
# macvtap.h
|
|
delMacvtap;
|
|
openMacvtapTap;
|
|
vpAssociatePortProfileId;
|
|
vpDisassociatePortProfileId;
|