diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-07 15:06:15 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2012-12-07 15:06:15 -0500 |
commit | ec3a5e6b3b28184ea7075c6de9d3e95ae37a7c4c (patch) | |
tree | 55c7e9e7cc2ba5bbbd98bd03c6c6e7eecb75ac19 /gpib.c | |
parent | 8c63fc997dbfa0e6268537482df97d0fa744010a (diff) |
keep track of shell and VXI connections separately
Diffstat (limited to 'gpib.c')
-rw-r--r-- | gpib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -777,7 +777,7 @@ static void TNT_Holdoff_off() } -void GPIB_start_query_response(gpointer *ignore_this, char *in_string) +void GPIB_and_VXI_start_query_response(gpointer *ignore_this, char *in_string) { g_assert (ignore_this == NULL); g_assert (in_string != NULL); |