Changed profile version number to 7 - added sendfile statistics.
authorJeremy Allison <jra@samba.org>
Thu, 12 Sep 2002 06:28:13 +0000 (06:28 +0000)
committerJeremy Allison <jra@samba.org>
Thu, 12 Sep 2002 06:28:13 +0000 (06:28 +0000)
Jeremy.
(This used to be commit 2d080d7579c0a59bcb03608600c6b28243bbe353)

source3/include/smbprofile.h

index 870fef71e3e18ea81d119a01c70a98f5ed6d0398..e501de8c0e2566a8127c0540b4415a35044c6912 100644 (file)
@@ -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 */