summaryrefslogtreecommitdiffstats
path: root/common/eurephia_context.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/eurephia_context.h')
-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