summaryrefslogtreecommitdiffstats
path: root/source/include/profile.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/include/profile.h')
-rw-r--r--source/include/profile.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/include/profile.h b/source/include/profile.h
index 353f6a6b429..0924dc29372 100644
--- a/source/include/profile.h
+++ b/source/include/profile.h
@@ -23,7 +23,13 @@
/* this file defines the profile structure in the profile shared
memory area */
+#define PROF_SHMEM_KEY ((key_t)0x07021999)
+#define PROF_SHM_MAGIC 0x6349985
+#define PROF_SHM_VERSION 1
+
struct profile_struct {
+ int prof_shm_magic;
+ int prof_shm_version;
unsigned smb_count; /* how many SMB packets we have processed */
unsigned uid_changes; /* how many times we change our effective uid */
};