1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-05 21:57:51 +03:00

added structure members referred to by recent changes in vfs-wrap.c

This commit is contained in:
Herb Lewis -
parent 09e3276fb7
commit c5e14d73df

View File

@ -35,7 +35,7 @@ enum flush_reason_enum { SEEK_FLUSH, READ_FLUSH, WRITE_FLUSH, READRAW_FLUSH,
#define PROF_SHMEM_KEY ((key_t)0x07021999)
#define PROF_SHM_MAGIC 0x6349985
#define PROF_SHM_VERSION 5
#define PROF_SHM_VERSION 6
/* time values in the following structure are in microseconds */
@ -100,6 +100,10 @@ struct profile_stats {
unsigned syscall_readlink_time;
unsigned syscall_symlink_count;
unsigned syscall_symlink_time;
unsigned syscall_link_count;
unsigned syscall_link_time;
unsigned syscall_mknod_count;
unsigned syscall_mknod_time;
/* stat cache counters */
unsigned statcache_lookups;
unsigned statcache_misses;