summaryrefslogtreecommitdiff
path: root/source4/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-12-02 09:16:53 +0000
committerAndrew Tridgell <tridge@samba.org>2003-12-02 09:16:53 +0000
commitc290906b3f238ba0246624525046b6cdda214d27 (patch)
tree3672523d264abe9ea31d8709c524395290c1da7e /source4/include
parentcea22e94fca1863e88895a9c51c3679085d3c108 (diff)
downloadsamba-c290906b3f238ba0246624525046b6cdda214d27.tar.gz
samba-c290906b3f238ba0246624525046b6cdda214d27.tar.bz2
samba-c290906b3f238ba0246624525046b6cdda214d27.zip
make sure we can expand the critical versions structure without
causing crashes in old modules. Thanks to metze for pointing this out! (This used to be commit 2ee5540629e7922cd76d87ed53b70bf37b83e100)
Diffstat (limited to 'source4/include')
-rw-r--r--source4/include/ntvfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/include/ntvfs.h b/source4/include/ntvfs.h
index b972a4ef99..af23f10607 100644
--- a/source4/include/ntvfs.h
+++ b/source4/include/ntvfs.h
@@ -82,6 +82,7 @@ struct ntvfs_ops {
/* this structure is used by backends to determine the size of some critical types */
struct ntvfs_critical_sizes {
+ int interface_version;
int sizeof_ntvfs_ops;
int sizeof_SMB_OFF_T;
int sizeof_tcon_context;