GFS: fix bend_assoc_is_alive
[yaz-moved-to-github.git] / src / zoom-p.h
index 6daf6d1..b150422 100644 (file)
@@ -73,11 +73,14 @@ struct ZOOM_connection_p {
     ODR odr_in;
     ODR odr_out;
     ODR odr_print;
+    ODR odr_save;
+
     char *buf_in;
     int len_in;
     char *buf_out;
     int len_out;
     char *proxy;
+    char *tproxy;
     char *charset;
     char *lang;
     char *cookie_out;