X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2Fzoom-p.h;h=35352215518a6be2e934b6ae8cafbe55c1c60af5;hb=e2ee7361cc2ac8d8d00bbf4e74c46a77ccef1911;hp=a18d63e45b0d960671500abef337a0a40282446a;hpb=8535dd99e47effa0d28f0a4b5f2357b0290bc7df;p=yaz-moved-to-github.git diff --git a/src/zoom-p.h b/src/zoom-p.h index a18d63e..3535221 100644 --- a/src/zoom-p.h +++ b/src/zoom-p.h @@ -35,6 +35,7 @@ #include #include #include +#include typedef struct ZOOM_Event_p *ZOOM_Event; @@ -150,6 +151,7 @@ struct ZOOM_resultset_p { ZOOM_connection connection; char **databaseNames; int num_databaseNames; + YAZ_MUTEX mutex; }; struct ZOOM_record_p {