X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fhost.h;h=5964af500856fa196068eb903b4b396bf1e733c3;hb=ebf24e785974c368809d73394a24eb80506598fd;hp=c76702e592271d1026e63b64dc4e1f30f9fa3ade;hpb=ba5951a80fdd0da1d28c318852b69a1178cd6bfa;p=pazpar2-moved-to-github.git diff --git a/src/host.h b/src/host.h index c76702e..5964af5 100644 --- a/src/host.h +++ b/src/host.h @@ -26,6 +26,7 @@ struct host { char *ipport; struct connection *connections; // All connections to this struct host *next; + YAZ_MUTEX mutex; };