diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-07 15:25:57 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-07 15:25:57 -0500 |
commit | 92c4bc01cfa89aa3f16ee6e29f6be67ff5998f22 (patch) | |
tree | 739b5f1b661e7120842eda15740e9f2c897cd662 /globals.h | |
parent | 4985de53421e6e9e9fa6f11f42918de76f141f54 (diff) |
move MAX_SESSIONS macroINSTRUMENT_5_0_0
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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; |