summaryrefslogtreecommitdiff
path: root/source3/include/smbprofile.h
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>2002-01-10 19:40:40 +0000
committerHerb Lewis <herb@samba.org>2002-01-10 19:40:40 +0000
commit969d1dd4683ddaf7a54db50f8d5a2b2ebcf13c51 (patch)
treef1cf9e19992a430b91defb606ab8bef1a1b85e29 /source3/include/smbprofile.h
parente87d94d46d821382882fe1787df3bd2e3b0cd44e (diff)
downloadsamba-969d1dd4683ddaf7a54db50f8d5a2b2ebcf13c51.tar.gz
samba-969d1dd4683ddaf7a54db50f8d5a2b2ebcf13c51.tar.bz2
samba-969d1dd4683ddaf7a54db50f8d5a2b2ebcf13c51.zip
added structure members referred to by recent changes in vfs-wrap.c
(This used to be commit c5e14d73dffee86ef2dabcf7031eea0da9e32f3d)
Diffstat (limited to 'source3/include/smbprofile.h')
-rw-r--r--source3/include/smbprofile.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h
index fbd83d6e3e..719318195e 100644
--- a/source3/include/smbprofile.h
+++ b/source3/include/smbprofile.h
@@ -35,7 +35,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 5
+#define PROF_SHM_VERSION 6
/* time values in the following structure are in microseconds */
@@ -100,6 +100,10 @@ struct profile_stats {
unsigned syscall_readlink_time;
unsigned syscall_symlink_count;
unsigned syscall_symlink_time;
+ unsigned syscall_link_count;
+ unsigned syscall_link_time;
+ unsigned syscall_mknod_count;
+ unsigned syscall_mknod_time;
/* stat cache counters */
unsigned statcache_lookups;
unsigned statcache_misses;