1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-07 20:23:50 +03:00

Compile fix for --with-profiling-data

This commit is contained in:
Tim Potter
-
parent 438f028fc4
commit 1ae07c42a4

View File

@@ -103,6 +103,8 @@ struct profile_stats {
unsigned syscall_link_time;
unsigned syscall_mknod_count;
unsigned syscall_mknod_time;
unsigned syscall_realpath_count;
unsigned syscall_realpath_time;
/* stat cache counters */
unsigned statcache_lookups;
unsigned statcache_misses;