mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-02 03:11:12 +00:00
474b1c1487
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;
|