summaryrefslogtreecommitdiff
path: root/tunDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'tunDevice.h')
-rw-r--r--tunDevice.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tunDevice.h b/tunDevice.h
index b18d233..245f7e8 100644
--- a/tunDevice.h
+++ b/tunDevice.h
@@ -47,14 +47,13 @@ public:
int write(Buffer& buf);
char* getActualName();
+ char* getType();
private:
void operator=(const TunDevice &src);
TunDevice(const TunDevice &src);
struct tuntap *dev_;
- char *dev_name_;
- bool is_open_;
};
#endif