summaryrefslogtreecommitdiffstats
path: root/src/util/mmap_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/mmap_cache.h')
-rw-r--r--src/util/mmap_cache.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/mmap_cache.h b/src/util/mmap_cache.h
index 81269fe7e..438e28a3d 100644
--- a/src/util/mmap_cache.h
+++ b/src/util/mmap_cache.h
@@ -136,6 +136,14 @@ struct sss_mc_grp_data {
* string is zero terminated ordered as follows:
* name, passwd, member1, member2, ... */
};
+
+struct sss_mc_initgr_data {
+ rel_ptr_t name; /* ptr to name string, rel. to struct base addr */
+ uint32_t members; /* number of members in groups */
+ uint32_t gids[0]; /* array of all groups
+ * string with name is stored after gids */
+};
+
#pragma pack()