mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Fix for building --with-profile for new vfscalls.
Jeremy.
This commit is contained in:
parent
ba79d2a030
commit
33dc250ebb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user