diff options
author | Christian Pointner <equinox@anytun.org> | 2007-06-17 14:53:17 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2007-06-17 14:53:17 +0000 |
commit | 6dc112cfc5cd4f6fa0615d89679e67d45c5551c4 (patch) | |
tree | 68913f6229881aec36d4b63f754dbdb59bab3611 /tunDevice.h | |
parent | tunDevice can now be open and closed (diff) |
bugfixes @ tunDevice
Diffstat (limited to 'tunDevice.h')
-rw-r--r-- | tunDevice.h | 3 |
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 |