bytarget includes native query PAZ-1005
[pazpar2-moved-to-github.git] / src / host.h
index 7c2144d..7854a22 100644 (file)
@@ -30,6 +30,7 @@ struct host {
     char *proxy;    // logical proxy address
     char *ipport;   // tproxy or proxy resolved
     struct connection *connections; // All connections to this
+    int error;      // resolving error
     struct host *next;
     YAZ_MUTEX mutex;
     YAZ_COND cond_ready;