diff options
Diffstat (limited to 'libglusterfs/src/gidcache.h')
| -rw-r--r-- | libglusterfs/src/gidcache.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/gidcache.h b/libglusterfs/src/gidcache.h index f904f26eb97..9379f8e8b01 100644 --- a/libglusterfs/src/gidcache.h +++ b/libglusterfs/src/gidcache.h @@ -45,6 +45,7 @@ typedef struct {  } gid_cache_t;  int gid_cache_init(gid_cache_t *, uint32_t); +int gid_cache_reconf(gid_cache_t *, uint32_t);  const gid_list_t *gid_cache_lookup(gid_cache_t *, uint64_t);  void gid_cache_release(gid_cache_t *, const gid_list_t *);  int gid_cache_add(gid_cache_t *, gid_list_t *);  | 
