diff options
author | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:07:06 -0500 |
---|---|---|
committer | root <root@avtech.domain.avtechpulse.com> | 1999-12-31 20:07:06 -0500 |
commit | 85efa1743156178ba9de21d05ea6d2117b0a327e (patch) | |
tree | 286f9a2f96ae5428e5f187d27aa20ecc14f4663a /vxi11_server.c | |
parent | 655057d072b0327fbaef82b06c756fda0e06395d (diff) | |
parent | 27c33a2f42363b28f3ec7e5179fcba51cf3c3e7b (diff) |
Merge branch 'vxi' of ulmo:Instrument into vxi
Diffstat (limited to 'vxi11_server.c')
-rw-r--r-- | vxi11_server.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vxi11_server.c b/vxi11_server.c index d02073e..9c697d9 100644 --- a/vxi11_server.c +++ b/vxi11_server.c @@ -376,6 +376,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; @@ -397,6 +398,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; |