From d5a4ad9dddf7b057f9ccbbb0c349d37ec425fc26 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 20 Jun 2007 18:56:52 +0000 Subject: added syslog class added threads for receiving und sending --- tunDevice.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tunDevice.h') diff --git a/tunDevice.h b/tunDevice.h index 6fdcc2d..ee8b45d 100644 --- a/tunDevice.h +++ b/tunDevice.h @@ -32,6 +32,7 @@ #define _TUNDEVICE_H_ #include "buffer.h" +#include "threadUtils.hpp" class TunDevice { @@ -53,6 +54,7 @@ private: void operator=(const TunDevice &src); TunDevice(const TunDevice &src); + Mutex io_mutex_; struct tuntap *dev_; }; -- cgit v1.2.3