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:
parent
a7fab27208
commit
92d8a53b45
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user