summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2010-12-14 18:47:58 +0100
committerDavid Sommerseth <dazo@users.sourceforge.net>2010-12-14 18:47:58 +0100
commit6440a3a4592a8c0f0f8fd50cd551b41c1e066efe (patch)
treeca70948f4f3ee7e4993e2359948102c5631c770b /common
parent64318873ac1aa92e6377a1a4a53932bcce78d187 (diff)
downloadeurephia-6440a3a4592a8c0f0f8fd50cd551b41c1e066efe.tar.gz
eurephia-6440a3a4592a8c0f0f8fd50cd551b41c1e066efe.tar.xz
eurephia-6440a3a4592a8c0f0f8fd50cd551b41c1e066efe.zip
Implemented proper TUN support in eurephia
Now eurephia will support both TUN and TAP configurations in OpenVPN. Thanks to Tavis Paquette and Matthew Gyurgyik for their willingness to test out this patch. Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'common')
-rw-r--r--common/eurephia_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/eurephia_context.h b/common/eurephia_context.h
index d7c1bae..56b1ed7 100644
--- a/common/eurephia_context.h
+++ b/common/eurephia_context.h
@@ -70,6 +70,7 @@ typedef struct {
eurephiaLOG *log; /**< Log context, used by eurephia_log() */
int fatal_error; /**< If this flag is set, the execution should stop immediately */
int context_type; /**< Defines the context type */
+ eurephiaVALUES *disconnected; /**< List over disconnected clients which has not yet been removed */
} eurephiaCTX;
#endif