mirror of https://gitee.com/openkylin/libvirt.git
util: fix compile error on debian
Add virnetdev.h,virnetdevbridge.h,virnetdevtap.h to private symbols, since debian linker no longer allows transitive link resolution Signed-off-by: Eli Qiao <taget@linux.vnet.ibm.com>
This commit is contained in:
parent
61f2b6ba5f
commit
329b2b2819
1
AUTHORS
1
AUTHORS
|
@ -203,6 +203,7 @@ Patches have also been contributed by:
|
|||
Josh Durgin <josh.durgin@dreamhost.com>
|
||||
Wen Ruo Lv <lvroyce@linux.vnet.ibm.com>
|
||||
Patrice LACHANCE <patlachance@gmail.com>
|
||||
Eli Qiao <taget@linux.vnet.ibm.com>
|
||||
|
||||
[....send patches to get your name here....]
|
||||
|
||||
|
|
|
@ -1195,6 +1195,35 @@ virFileRewrite;
|
|||
# virnetclient.h
|
||||
virNetClientHasPassFD;
|
||||
|
||||
# virnetdev.h
|
||||
virNetDevClearIPv4Address;
|
||||
virNetDevExists;
|
||||
virNetDevGetMAC;
|
||||
virNetDevGetMTU;
|
||||
virNetDevIsOnline;
|
||||
virNetDevSetIPv4Address;
|
||||
virNetDevSetMAC;
|
||||
virNetDevSetMTU;
|
||||
virNetDevSetMTUFromDevice;
|
||||
virNetDevSetOnline;
|
||||
|
||||
|
||||
# virnetdevbridge.h
|
||||
virNetDevBridgeAddPort;
|
||||
virNetDevBridgeCreate;
|
||||
virNetDevBridgeDelete;
|
||||
virNetDevBridgeGetSTP;
|
||||
virNetDevBridgeGetSTPDelay;
|
||||
virNetDevBridgeRemovePort;
|
||||
virNetDevBridgeSetSTP;
|
||||
virNetDevBridgeSetSTPDelay;
|
||||
|
||||
|
||||
# virnetdevtap.h
|
||||
virNetDevTapCreate;
|
||||
virNetDevTapCreateInBridgePort;
|
||||
virNetDevTapDelete;
|
||||
|
||||
|
||||
# virnetmessage.h
|
||||
virNetMessageClear;
|
||||
|
|
Loading…
Reference in New Issue