summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2002-09-12 06:28:13 +0000
committerJeremy Allison <jra@samba.org>2002-09-12 06:28:13 +0000
commitf6fdad1315ad4fcd046b3132a7c0b60a31d5a605 (patch)
tree4ec367e8386e4d343ac48f0c1f54bdac784f6be6 /source3/include
parent8c5f577c6f40de2f346b4545cbcdfb08e30f629f (diff)
downloadsamba-f6fdad1315ad4fcd046b3132a7c0b60a31d5a605.tar.gz
samba-f6fdad1315ad4fcd046b3132a7c0b60a31d5a605.tar.bz2
samba-f6fdad1315ad4fcd046b3132a7c0b60a31d5a605.zip
Changed profile version number to 7 - added sendfile statistics.
Jeremy. (This used to be commit 2d080d7579c0a59bcb03608600c6b28243bbe353)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smbprofile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h
index 870fef71e3..e501de8c0e 100644
--- a/source3/include/smbprofile.h
+++ b/source3/include/smbprofile.h
@@ -34,7 +34,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 6
+#define PROF_SHM_VERSION 7
/* time values in the following structure are in microseconds */