summaryrefslogtreecommitdiff
path: root/vxi11_server.c
diff options
context:
space:
mode:
authorroot <root@avtech.domain.avtechpulse.com>1999-12-31 20:06:41 -0500
committerroot <root@avtech.domain.avtechpulse.com>1999-12-31 20:06:41 -0500
commit655057d072b0327fbaef82b06c756fda0e06395d (patch)
treea3cacb9b533528cde29565dc6190866016b0a911 /vxi11_server.c
parent3800930f3d03601c5063fdced79b461e77fec563 (diff)
added vxi device clear functionality
Diffstat (limited to 'vxi11_server.c')
-rw-r--r--vxi11_server.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vxi11_server.c b/vxi11_server.c
index f5204e5..d02073e 100644
--- a/vxi11_server.c
+++ b/vxi11_server.c
@@ -355,6 +355,7 @@ device_clear_1_svc(Device_GenericParms *argp, struct svc_req *rqstp) {
else {
touchlink(argp->lid);
result.error = 0;
+ GPIB_and_VXI_device_clear();
}
return &result;
}