Protect struct host
[pazpar2-moved-to-github.git] / src / host.h
index c76702e..5964af5 100644 (file)
@@ -26,6 +26,7 @@ struct host {
     char *ipport;
     struct connection *connections; // All connections to this
     struct host *next;
+    YAZ_MUTEX mutex;
 };