diff options
author | Jeremy Allison <jra@samba.org> | 2001-07-01 20:01:32 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-07-01 20:01:32 +0000 |
commit | 33dc250ebb389f331cecf47101cf13c630be3a11 (patch) | |
tree | 183f6f13a700acbd666a9f356ed68e899bcb0646 | |
parent | ba79d2a030b9ae087f0cc4248baa6cf6bee112fb (diff) | |
download | samba-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.h | 4 |
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; |