summaryrefslogtreecommitdiff
path: root/source3/include/smb.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-07-05 10:05:27 +0200
committerVolker Lendecke <vl@samba.org>2010-07-05 10:07:19 +0200
commitda35836dd50e7f8036ca79efafc4009eae58222f (patch)
tree1125da54dea0d3df6460010ca39bb218476eed10 /source3/include/smb.h
parentd300085868b7ba3f5cd4dd24fbea8e35ad9f87ee (diff)
downloadsamba-da35836dd50e7f8036ca79efafc4009eae58222f.tar.gz
samba-da35836dd50e7f8036ca79efafc4009eae58222f.tar.bz2
samba-da35836dd50e7f8036ca79efafc4009eae58222f.zip
s3: Keep the connections.tdb data format fixed
At Simo's request, we can not change internal databases anymore. Sorry for not respecting this policy.
Diffstat (limited to 'source3/include/smb.h')
-rw-r--r--source3/include/smb.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 140d810582..507aeac53d 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -841,6 +841,12 @@ struct connections_data {
char addr[24];
char machine[FSTRING_LEN];
time_t start;
+
+ /*
+ * This field used to hold the msg_flags. For compatibility reasons,
+ * keep the data structure in the tdb file the same.
+ */
+ uint32 unused_compatitibility_field;
};