mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 17:39:53 +03:00
Collect garbage at development
This commit is contained in:
parent
6665efb822
commit
41be858df0
@ -624,17 +624,18 @@ void UnixDestroyClientTapDevice(char *name)
|
|||||||
|
|
||||||
#else // NO_VLAN
|
#else // NO_VLAN
|
||||||
|
|
||||||
void UnixCloseBridgeTapDevice(int fd)
|
void UnixCloseDevice(int fd)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void UnixCloseClientTapDevice(int fd)
|
|
||||||
{
|
|
||||||
|
|
||||||
void UnixDestroyTapDevice(char *name)
|
void UnixDestroyTapDevice(char *name)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void UnixDestroyTapDeviceEx(char *name, char *prefix)
|
||||||
|
{
|
||||||
|
}
|
||||||
|
|
||||||
int UnixCreateTapDeviceEx(char *name, char *prefix, UCHAR *mac_address, bool create_up)
|
int UnixCreateTapDeviceEx(char *name, char *prefix, UCHAR *mac_address, bool create_up)
|
||||||
{
|
{
|
||||||
return -1;
|
return -1;
|
||||||
|
Loading…
Reference in New Issue
Block a user