From 27c33a2f42363b28f3ec7e5179fcba51cf3c3e7b Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Mon, 28 Jan 2013 12:33:02 -0500 Subject: added vxi remote/local functionality --- globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 6840edb..135b915 100644 --- a/globals.h +++ b/globals.h @@ -783,6 +783,7 @@ typedef struct { int vxi_service_request; int gpib_remote; int gpib_lock; + int vxi_panel_lock; } RemoteStruct; -- cgit