X-Git-Url: https://git.syn-net.org/debian/?p=anytun.git;a=blobdiff_plain;f=src%2Fwin32%2FtunDevice.cpp;h=6e6c83d57fc21859323c59531dfb6d96aba77180;hp=fe6ab449add69037b45f6dd6b9bf27aa4b5981bb;hb=ece844834d2cecc028ce81ca283f5d441088580e;hpb=bb834fe0ed7a38b724f49b944adb801634eb6194 diff --git a/src/win32/tunDevice.cpp b/src/win32/tunDevice.cpp index fe6ab44..6e6c83d 100644 --- a/src/win32/tunDevice.cpp +++ b/src/win32/tunDevice.cpp @@ -270,3 +270,8 @@ void TunDevice::do_ifconfig() } conf_.mtu_ = static_cast(mtu); } + +void TunDevice::waitUntilReady() +{ +// nothing to be done here +}