summaryrefslogtreecommitdiffstats
path: root/source/script
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2000-01-26 21:25:35 +0000
committerJeremy Allison <jra@samba.org>2000-01-26 21:25:35 +0000
commitb62a1bd6328f5894ae1a2fef3ef6fc66304ade52 (patch)
tree3e9805353c20384c5a9073cdb8a8d6e8a8850299 /source/script
parente5a3deba46ea2d4cb49a6c4b73edd766fe8b5a5c (diff)
downloadsamba-b62a1bd6328f5894ae1a2fef3ef6fc66304ade52.tar.gz
samba-b62a1bd6328f5894ae1a2fef3ef6fc66304ade52.tar.xz
samba-b62a1bd6328f5894ae1a2fef3ef6fc66304ade52.zip
Added hash-based stat cache code from Ying Chen.
Jeremy.
Diffstat (limited to 'source/script')
-rw-r--r--source/script/mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/script/mkproto.awk b/source/script/mkproto.awk
index 8ef414266ab..a8c807a10ce 100644
--- a/source/script/mkproto.awk
+++ b/source/script/mkproto.awk
@@ -98,7 +98,7 @@ END {
gotstart = 1;
}
- if( $0 ~ /^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX/ ) {
+ if( $0 ~ /^TDB_CONTEXT|^TDB_DATA|^smb_ucs2_t|^TALLOC_CTX|^hash_element/ ) {
gotstart = 1;
}