summaryrefslogtreecommitdiff
path: root/source3/include/smbprofile.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-03-21 04:25:31 +0000
committerTim Potter <tpot@samba.org>2002-03-21 04:25:31 +0000
commitd3cc77901080dab5c33c0b45d8e0a9e2b4fc98a3 (patch)
treee1287b8cfce50ffa9d26262f2a3710896ac167b5 /source3/include/smbprofile.h
parent0f08930b3257dfb6b6c059b7aaa6ba7fa5b4f7be (diff)
downloadsamba-d3cc77901080dab5c33c0b45d8e0a9e2b4fc98a3.tar.gz
samba-d3cc77901080dab5c33c0b45d8e0a9e2b4fc98a3.tar.bz2
samba-d3cc77901080dab5c33c0b45d8e0a9e2b4fc98a3.zip
Compile fix for --with-profiling-data
(This used to be commit 1ae07c42a449f4d4049c15f349f0829b73c12b5e)
Diffstat (limited to 'source3/include/smbprofile.h')
-rw-r--r--source3/include/smbprofile.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h
index 3b18b9614e..82017cee85 100644
--- a/source3/include/smbprofile.h
+++ b/source3/include/smbprofile.h
@@ -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;