Fixed locking for metafiles.
[idzebra-moved-to-github.git] / include / zebra-lock.h
index ccdd95f..44de1f4 100644 (file)
@@ -23,6 +23,7 @@ typedef struct {
     int dummy;
 # endif
 #endif
+    int state;
 } Zebra_mutex;
 
 YAZ_EXPORT int zebra_mutex_init (Zebra_mutex *p);