summaryrefslogtreecommitdiffstats
path: root/libglusterfs/src/common-utils.h
diff options
context:
space:
mode:
authorPoornima G <pgurusid@redhat.com>2018-01-09 17:26:44 +0530
committerPoornima G <pgurusid@redhat.com>2018-01-22 04:10:52 +0000
commit24bf7715140586675f8d2036f4d589bc255c16dc (patch)
tree77c037c66bc14b40d79bed94770ec54303d2301b /libglusterfs/src/common-utils.h
parent303cc2b54797bc5371be742543ccb289010c92f2 (diff)
md-cache: Implement dynamic configuration of xattr list for caching
Currently, the list of xattrs that md-cache can cache is hard coded in the md-cache.c file, this necessiates code change and rebuild everytime a new xattr needs to be added to md-cache xattr cache list. With this patch, the user will be able to configure a comma seperated list of xattrs to be cached by md-cache Updates #297 Change-Id: Ie35ed607d17182d53f6bb6e6c6563ac52bc3132e Signed-off-by: Poornima G <pgurusid@redhat.com>
Diffstat (limited to 'libglusterfs/src/common-utils.h')
-rw-r--r--libglusterfs/src/common-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h
index 89f7927aae1..c7f9fd58cc8 100644
--- a/libglusterfs/src/common-utils.h
+++ b/libglusterfs/src/common-utils.h
@@ -951,4 +951,7 @@ get_struct_variable (int mem_num, gf_gsync_status_t *sts_val);
char *
gf_strncpy (char *dest, const char *src, const size_t dest_size);
+void
+gf_strTrim (char **s);
+
#endif /* _COMMON_UTILS_H */