From 92c4bc01cfa89aa3f16ee6e29f6be67ff5998f22 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Fri, 7 Dec 2012 15:25:57 -0500 Subject: move MAX_SESSIONS macro --- globals.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index afca843..239ac22 100644 --- a/globals.h +++ b/globals.h @@ -768,6 +768,10 @@ typedef struct { } TimeStruct; +// maximum number of ssh/getty sessions. +// same as max number of vxi sessions +#define MAX_SESSIONS 8 + typedef struct { int terminal_connections; int vxi_connections; -- cgit