Compile fix for --with-profiling-data
authorTim Potter <tpot@samba.org>
Thu, 21 Mar 2002 04:25:31 +0000 (04:25 +0000)
committerTim Potter <tpot@samba.org>
Thu, 21 Mar 2002 04:25:31 +0000 (04:25 +0000)
(This used to be commit 1ae07c42a449f4d4049c15f349f0829b73c12b5e)

source3/include/smbprofile.h

index 3b18b9614e8e1b7d59b830c0191ffc86854f8b71..82017cee85400be8173ef1c57328ba43e4a2bb65 100644 (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;