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 | 2e181c76c468761b16be1deea50f62d39ba520ec (patch) | |
tree | 36f7fa453fcd94fdfe91f006da1de2f8bc7b0d24 /source3/include | |
parent | 4592d107fc01c8cb46f99843529d145d268b35da (diff) | |
download | samba-2e181c76c468761b16be1deea50f62d39ba520ec.tar.gz samba-2e181c76c468761b16be1deea50f62d39ba520ec.tar.bz2 samba-2e181c76c468761b16be1deea50f62d39ba520ec.zip |
Fix for building --with-profile for new vfscalls.
Jeremy.
(This used to be commit 33dc250ebb389f331cecf47101cf13c630be3a11)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/profile.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/include/profile.h b/source3/include/profile.h index 5916614fb7..a8ffb96367 100644 --- a/source3/include/profile.h +++ b/source3/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; |