From 2e181c76c468761b16be1deea50f62d39ba520ec Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Sun, 1 Jul 2001 20:01:32 +0000 Subject: Fix for building --with-profile for new vfscalls. Jeremy. (This used to be commit 33dc250ebb389f331cecf47101cf13c630be3a11) --- source3/include/profile.h | 4 ++++ 1 file changed, 4 insertions(+) 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; -- cgit