summaryrefslogtreecommitdiff
path: root/source4/lib/tdb/common/tdb_private.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2008-01-18 15:33:57 +1100
committerAndrew Tridgell <tridge@samba.org>2008-01-18 15:33:57 +1100
commit524d280ad09c99bcbf63d789e909afdf7edb5860 (patch)
tree06aee6a02dae7c6d86ad3a9d74b85df80f7e74c9 /source4/lib/tdb/common/tdb_private.h
parent55ad09a01b31f2d2c9503f744b519e089f9f936b (diff)
downloadsamba-524d280ad09c99bcbf63d789e909afdf7edb5860.tar.gz
samba-524d280ad09c99bcbf63d789e909afdf7edb5860.tar.bz2
samba-524d280ad09c99bcbf63d789e909afdf7edb5860.zip
merged tdb changes from ctdb
(This used to be commit c54c087a19e36e0522eb4546c9425ae446f0628b)
Diffstat (limited to 'source4/lib/tdb/common/tdb_private.h')
-rw-r--r--source4/lib/tdb/common/tdb_private.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/tdb/common/tdb_private.h b/source4/lib/tdb/common/tdb_private.h
index 63a6d04e72..0d3f10582e 100644
--- a/source4/lib/tdb/common/tdb_private.h
+++ b/source4/lib/tdb/common/tdb_private.h
@@ -49,7 +49,6 @@ typedef uint32_t tdb_off_t;
#define TDB_DEAD_MAGIC (0xFEE1DEAD)
#define TDB_RECOVERY_MAGIC (0xf53bc0e7U)
#define TDB_ALIGNMENT 4
-#define MIN_REC_SIZE (2*sizeof(struct list_struct) + TDB_ALIGNMENT)
#define DEFAULT_HASH_SIZE 131
#define FREELIST_TOP (sizeof(struct tdb_header))
#define TDB_ALIGN(x,a) (((x) + (a)-1) & ~((a)-1))