diff options
author | Gerald (Jerry) Carter <jerry@samba.org> | 2007-11-01 21:30:43 -0400 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-11-01 21:30:43 -0400 |
commit | 31286b302a4c42b9e878a9531604ea87b35dd8a9 (patch) | |
tree | e8a081f44d3d89da895902a44492a8fb8cae64da /source3/include | |
parent | 88ee61625a5de5e443d14c54eab91a90d87cda85 (diff) | |
parent | 8bad80efb016dbd1aa392bbbc2b954d4dc9e3906 (diff) | |
download | samba-31286b302a4c42b9e878a9531604ea87b35dd8a9.tar.gz samba-31286b302a4c42b9e878a9531604ea87b35dd8a9.tar.bz2 samba-31286b302a4c42b9e878a9531604ea87b35dd8a9.zip |
Merge branch 'v3-2-test' of git://git.samba.org/samba into v3-2-test
(This used to be commit 779353b86d1699324149896f1ffa237c6ebe46ec)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smbprofile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index acd8460965..864f2bf90f 100644 --- a/source3/include/smbprofile.h +++ b/source3/include/smbprofile.h @@ -741,6 +741,7 @@ struct profile_stats { unsigned syscall_read_bytes; unsigned syscall_write_bytes; unsigned syscall_sendfile_bytes; + unsigned syscall_recvfile_bytes; /* stat cache counters */ unsigned statcache_lookups; |