[SCM] Samba Shared Repository - branch v3-2-test updated - initial-v3-2-unstable-150-g5cf2811

Jeremy Allison jra at samba.org
Thu Nov 1 17:22:00 GMT 2007


The branch, v3-2-test has been updated
       via  5cf2811e8e1d9e6a1114bbdff89c333d5b374282 (commit)
      from  69135360648e395eda29b15625b20a877e38bdd8 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=v3-2-test


- Log -----------------------------------------------------------------
commit 5cf2811e8e1d9e6a1114bbdff89c333d5b374282
Author: Jeremy Allison <jra at samba.org>
Date:   Thu Nov 1 10:21:27 2007 -0700

    Add missing recvfile_bytes element - noticed by Kukks.
    Jeremy.

-----------------------------------------------------------------------

Summary of changes:
 source/include/smbprofile.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source/include/smbprofile.h b/source/include/smbprofile.h
index acd8460..864f2bf 100644
--- a/source/include/smbprofile.h
+++ b/source/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;


-- 
Samba Shared Repository


More information about the samba-cvs mailing list