summaryrefslogtreecommitdiff
path: root/source3/include/smbprofile.h
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2004-02-24 00:06:08 +0000
committerJeremy Allison <jra@samba.org>2004-02-24 00:06:08 +0000
commitb88f446352b27d71a71d61a7151694c468cfe609 (patch)
tree3ab8d4887460f25d73eab7e22471cba0cec9b0b0 /source3/include/smbprofile.h
parent13dd3e60bdf9ea799a1c56ca7467f323922e636d (diff)
downloadsamba-b88f446352b27d71a71d61a7151694c468cfe609.tar.gz
samba-b88f446352b27d71a71d61a7151694c468cfe609.tar.bz2
samba-b88f446352b27d71a71d61a7151694c468cfe609.zip
Added NTrename SMB (0xA5) - how did we miss this.... ?
Jeremy. (This used to be commit dfd7d1c2b7b577a084a94926abfce82c91f20b7e)
Diffstat (limited to 'source3/include/smbprofile.h')
-rw-r--r--source3/include/smbprofile.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h
index c29a630fe5..e494faf7da 100644
--- a/source3/include/smbprofile.h
+++ b/source3/include/smbprofile.h
@@ -34,7 +34,7 @@ enum flush_reason_enum { SEEK_FLUSH, READ_FLUSH, WRITE_FLUSH, READRAW_FLUSH,
#define PROF_SHMEM_KEY ((key_t)0x07021999)
#define PROF_SHM_MAGIC 0x6349985
-#define PROF_SHM_VERSION 8
+#define PROF_SHM_VERSION 9
/* time values in the following structure are in microseconds */
@@ -259,6 +259,8 @@ struct profile_stats {
unsigned SMBntcreateX_time;
unsigned SMBntcancel_count; /* NT cancel */
unsigned SMBntcancel_time;
+ unsigned SMBntrename_count; /* NT rename file */
+ unsigned SMBntrename_time;
unsigned SMBsplopen_count; /* open print spool file */
unsigned SMBsplopen_time;
unsigned SMBsplwr_count; /* write to print spool file */