From: Christian Ambach Date: Thu, 14 Mar 2013 22:19:25 +0000 (+0100) Subject: s3:include bump profile memory area version number X-Git-Url: http://git.samba.org/?a=commitdiff_plain;ds=sidebyside;h=4490e72426bc55a5680df84fce344aa509219219;p=obnox%2Fsamba%2Fsamba-obnox.git s3:include bump profile memory area version number forgot to bump this earlier when removing the counters for setdir Signed-off-by: Christian Ambach Reviewed-by: Volker Lendecke --- diff --git a/source3/include/smbprofile.h b/source3/include/smbprofile.h index 9bcee42f8e5..69df2ca7040 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 */