]> git.ozlabs.org Git - ccan/blobdiff - ccan/tdb/tdb_private.h
tdb: cleanup: rename GLOBAL_LOCK to OPEN_LOCK.
[ccan] / ccan / tdb / tdb_private.h
index a2dde30ccf145f173cb48d0c4f8846f7826dd919..975892ec2d1bfd6637153973955a207f14c4d741 100644 (file)
@@ -134,7 +134,7 @@ void tdb_trace_2rec_retrec(struct tdb_context *tdb, const char *op,
 #endif /* !TDB_TRACE */
 
 /* lock offsets */
-#define GLOBAL_LOCK      0
+#define OPEN_LOCK        0
 #define ACTIVE_LOCK      4
 #define TRANSACTION_LOCK 8