summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2001-07-01 20:01:32 +0000
committerJeremy Allison <jra@samba.org>2001-07-01 20:01:32 +0000
commit33dc250ebb389f331cecf47101cf13c630be3a11 (patch)
tree183f6f13a700acbd666a9f356ed68e899bcb0646
parentba79d2a030b9ae087f0cc4248baa6cf6bee112fb (diff)
downloadsamba-33dc250ebb389f331cecf47101cf13c630be3a11.tar.gz
samba-33dc250ebb389f331cecf47101cf13c630be3a11.tar.xz
samba-33dc250ebb389f331cecf47101cf13c630be3a11.zip
Fix for building --with-profile for new vfscalls.
Jeremy.
-rw-r--r--source/include/profile.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/include/profile.h b/source/include/profile.h
index 5916614fb74..a8ffb963671 100644
--- a/source/include/profile.h
+++ b/source/include/profile.h
@@ -96,6 +96,10 @@ struct profile_stats {
unsigned syscall_ftruncate_time;
unsigned syscall_fcntl_lock_count;
unsigned syscall_fcntl_lock_time;
+ unsigned syscall_readlink_count;
+ unsigned syscall_readlink_time;
+ unsigned syscall_symlink_count;
+ unsigned syscall_symlink_time;
/* stat cache counters */
unsigned statcache_lookups;
unsigned statcache_misses;