mirror of
https://github.com/samba-team/samba.git
synced 2025-12-10 04:23:50 +03:00
Compile fix for --with-profiling-data
This commit is contained in:
@@ -103,6 +103,8 @@ struct profile_stats {
|
|||||||
unsigned syscall_link_time;
|
unsigned syscall_link_time;
|
||||||
unsigned syscall_mknod_count;
|
unsigned syscall_mknod_count;
|
||||||
unsigned syscall_mknod_time;
|
unsigned syscall_mknod_time;
|
||||||
|
unsigned syscall_realpath_count;
|
||||||
|
unsigned syscall_realpath_time;
|
||||||
/* stat cache counters */
|
/* stat cache counters */
|
||||||
unsigned statcache_lookups;
|
unsigned statcache_lookups;
|
||||||
unsigned statcache_misses;
|
unsigned statcache_misses;
|
||||||
|
|||||||
Reference in New Issue
Block a user