From ec3a5e6b3b28184ea7075c6de9d3e95ae37a7c4c Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Fri, 7 Dec 2012 15:06:15 -0500 Subject: keep track of shell and VXI connections separately --- globals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'globals.h') 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; -- cgit