From 401025aebc02eca587474e094fa50b2939f8a147 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Fri, 7 Dec 2012 11:39:09 -0500 Subject: modify gpib response sending so it does not hang if read never received --- globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 5e5885b..2fa3f17 100644 --- a/globals.h +++ b/globals.h @@ -276,6 +276,7 @@ typedef struct { int avrq_reg; int last_rise_time_relay_setting; char gpib_input_buffer[max_gpib_input_length]; + gchar *pending_output_message; } HWregStruct; -- cgit