summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:25:57 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:25:57 -0500
commit92c4bc01cfa89aa3f16ee6e29f6be67ff5998f22 (patch)
tree739b5f1b661e7120842eda15740e9f2c897cd662 /globals.h
parent4985de53421e6e9e9fa6f11f42918de76f141f54 (diff)
move MAX_SESSIONS macroINSTRUMENT_5_0_0
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;