summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2015-07-16 16:54:00 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-08-05 11:28:11 +0200
commit39b31427e2d11ca318df11fd48db33a7cc610aa7 (patch)
tree28615111908877d4ab883326066601d333dd7c01 /src/util
parent872aa0d01d1642f9c8fc204d4c33e5c5640c3352 (diff)
downloadsssd-39b31427e2d11ca318df11fd48db33a7cc610aa7.tar.gz
sssd-39b31427e2d11ca318df11fd48db33a7cc610aa7.tar.xz
sssd-39b31427e2d11ca318df11fd48db33a7cc610aa7.zip
mmap_cache: Rename variables
Reviewed-by: Michal Židek <mzidek@redhat.com>
Diffstat (limited to 'src/util')
-rw-r--r--src/util/mmap_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/mmap_cache.h b/src/util/mmap_cache.h
index 438e28a3d..a8703d5da 100644
--- a/src/util/mmap_cache.h
+++ b/src/util/mmap_cache.h
@@ -139,7 +139,7 @@ struct sss_mc_grp_data {
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 num_groups; /* number of groups */
uint32_t gids[0]; /* array of all groups
* string with name is stored after gids */
};