summaryrefslogtreecommitdiff
path: root/src/win32/tunDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/tunDevice.cpp')
-rw-r--r--src/win32/tunDevice.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/win32/tunDevice.cpp b/src/win32/tunDevice.cpp
index fe6ab44..c5b378f 100644
--- a/src/win32/tunDevice.cpp
+++ b/src/win32/tunDevice.cpp
@@ -270,3 +270,7 @@ void TunDevice::do_ifconfig()
}
conf_.mtu_ = static_cast<u_int16_t>(mtu);
}
+
+void TunDevice::waitForPostUpScript()
+{
+}