1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-13 13:18:06 +03:00

Add missing recvfile_bytes element - noticed by Kukks.

Jeremy.
(This used to be commit 5cf2811e8e)
This commit is contained in:
Jeremy Allison 2007-11-01 10:21:27 -07:00
parent a7fab27208
commit 92d8a53b45

View File

@ -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;