From 6440a3a4592a8c0f0f8fd50cd551b41c1e066efe Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Tue, 14 Dec 2010 18:47:58 +0100 Subject: 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 --- common/eurephia_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common') 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 -- cgit