summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 4 insertions, 0 deletions
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;