X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fhost.h;fp=src%2Fhost.h;h=5964af500856fa196068eb903b4b396bf1e733c3;hb=03b971ecc3f02f7ac261f31db434176c6237abfb;hp=c76702e592271d1026e63b64dc4e1f30f9fa3ade;hpb=9ecd8773a367e0fae79a2da422a0bebb0938fe1e;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; };