summaryrefslogtreecommitdiff
path: root/src/win32
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-12-17 21:53:49 +0000
committerOthmar Gsenger <otti@anytun.org>2008-12-17 21:53:49 +0000
commit3f59ed36092bccfff88cf7579071c1216ea55ed2 (patch)
tree60e5cc427c373bfd274950fcb87a45e5bc01a25e /src/win32
parentfixed bug in routing initialisation (diff)
fixed tundevice for windows
Diffstat (limited to 'src/win32')
-rw-r--r--src/win32/tunDevice.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win32/tunDevice.cpp b/src/win32/tunDevice.cpp
index 9b58a0e..60d8742 100644
--- a/src/win32/tunDevice.cpp
+++ b/src/win32/tunDevice.cpp
@@ -51,14 +51,17 @@ TunDevice::~TunDevice()
int TunDevice::fix_return(int ret, size_t pi_length)
{
// nothing to be done here
+ return 0;
}
int TunDevice::read(u_int8_t* buf, u_int32_t len)
{
+ return 0;
}
int TunDevice::write(u_int8_t* buf, u_int32_t len)
{
+ return 0;
}
void TunDevice::init_post()