Imported Upstream version 0.3.3
[anytun.git] / src / win32 / tunDevice.cpp
index fe6ab44..6e6c83d 100644 (file)
@@ -270,3 +270,8 @@ void TunDevice::do_ifconfig()
        }
   conf_.mtu_ = static_cast<u_int16_t>(mtu);
 }
+
+void TunDevice::waitUntilReady()
+{
+// nothing to be done here
+}