summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorChristian Ambach <ambi@samba.org>2013-03-14 23:19:25 +0100
committerChristian Ambach <ambi@samba.org>2013-03-20 15:29:05 +0100
commit4490e72426bc55a5680df84fce344aa509219219 (patch)
treea0b5b8ce45722e91719730a74fd2b99a170480c4 /source3/include
parent05a7a10c88be99d864eacd6f9d37a340022f01f6 (diff)
downloadsamba-4490e72426bc55a5680df84fce344aa509219219.tar.gz
samba-4490e72426bc55a5680df84fce344aa509219219.tar.bz2
samba-4490e72426bc55a5680df84fce344aa509219219.zip
s3:include bump profile memory area version number
forgot to bump this earlier when removing the counters for setdir Signed-off-by: Christian Ambach <ambi@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org>
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 9bcee42f8e..69df2ca704 100644
--- a/source3/include/smbprofile.h
+++ b/source3/include/smbprofile.h
@@ -26,7 +26,7 @@
#define PROF_SHMEM_KEY ((key_t)0x07021999)
#define PROF_SHM_MAGIC 0x6349985
-#define PROF_SHM_VERSION 12
+#define PROF_SHM_VERSION 13
/* time values in the following structure are in microseconds */