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 --- vxi11_server.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'vxi11_server.c') diff --git a/vxi11_server.c b/vxi11_server.c index f5204e5..08e0d94 100644 --- a/vxi11_server.c +++ b/vxi11_server.c @@ -375,6 +375,7 @@ device_remote_1_svc(Device_GenericParms *argp, struct svc_req *rqstp) { else { touchlink(argp->lid); result.error = 0; + globals.Remote.vxi_panel_lock = 1; } } return &result; @@ -396,6 +397,7 @@ device_local_1_svc(Device_GenericParms *argp, struct svc_req *rqstp) { else { touchlink(argp->lid); result.error = 0; + globals.Remote.vxi_panel_lock = 0; } } return &result; -- cgit