summaryrefslogtreecommitdiff
path: root/source3/tdb/tdb.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-05-12 02:57:24 +0000
committerAndrew Tridgell <tridge@samba.org>2000-05-12 02:57:24 +0000
commitafab0b2ca0517267fe102a12821a06469406fbc5 (patch)
tree62dd526173b67ba9dd4e2c3f06ccb73ca3a5e9f3 /source3/tdb/tdb.h
parent28d8970987265275f53ba1898b0057cf20629c9c (diff)
downloadsamba-afab0b2ca0517267fe102a12821a06469406fbc5.tar.gz
samba-afab0b2ca0517267fe102a12821a06469406fbc5.tar.bz2
samba-afab0b2ca0517267fe102a12821a06469406fbc5.zip
an imcompatible tdb format change (sorry!)
this will give us a much nicer migration path for the proposed semaphore code (This used to be commit 491ab241897a7252fb088c718de4bdf7f43f4ddc)
Diffstat (limited to 'source3/tdb/tdb.h')
-rw-r--r--source3/tdb/tdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/tdb/tdb.h b/source3/tdb/tdb.h
index f4039f119c..47254b5013 100644
--- a/source3/tdb/tdb.h
+++ b/source3/tdb/tdb.h
@@ -29,6 +29,7 @@ struct tdb_header {
char magic_food[32]; /* for /etc/magic */
unsigned version; /* version of the code */
unsigned hash_size; /* number of hash entries */
+ tdb_off reserved[32];
};
typedef struct {