diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-12 09:06:11 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-12 09:06:11 -0500 |
commit | e0a92714bbc15e1dce3dad66be9bbf29b93ac0cc (patch) | |
tree | 1955e7b1abf9e6e60a8925c0aacafa146a11a557 /globals.h | |
parent | d4e6f5a091c4c8aee14abf48a099b7a579d73f07 (diff) |
further simplification of remote mode reporting
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -776,7 +776,8 @@ typedef struct { int terminal_connections; int vxi_connections; int vxi_service_request; - int mode; + int gpib_remote; + int gpib_lock; } RemoteStruct; |