summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:06:15 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:06:15 -0500
commitec3a5e6b3b28184ea7075c6de9d3e95ae37a7c4c (patch)
tree55c7e9e7cc2ba5bbbd98bd03c6c6e7eecb75ac19 /globals.h
parent8c63fc997dbfa0e6268537482df97d0fa744010a (diff)
keep track of shell and VXI connections separately
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 2fa3f17..856f4fa 100644
--- a/globals.h
+++ b/globals.h
@@ -769,7 +769,8 @@ typedef struct {
typedef struct {
- int connections;
+ int terminal_connections;
+ int vxi_connections;
int mode;
} RemoteStruct;