summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:13:02 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2012-12-07 15:13:02 -0500
commit4985de53421e6e9e9fa6f11f42918de76f141f54 (patch)
treef18699efd8137feae18499311a5b3a5e8d7cd345 /globals.h
parentec3a5e6b3b28184ea7075c6de9d3e95ae37a7c4c (diff)
flag VXI service requests, rename STB function
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/globals.h b/globals.h
index 856f4fa..afca843 100644
--- a/globals.h
+++ b/globals.h
@@ -771,6 +771,7 @@ typedef struct {
typedef struct {
int terminal_connections;
int vxi_connections;
+ int vxi_service_request;
int mode;
} RemoteStruct;