From 1a2f51144fcbd920a6f3769d6b2f3ceeefdc220d Mon Sep 17 00:00:00 2001 From: Raghavendra G Date: Thu, 14 Nov 2013 17:10:09 +0530 Subject: core: add dht_is_linkfile helper procedure. components other than distribute (like marker to exclude linkfiles from being accounted) also need awareness of what constitutes a linkfile. Hence its good to separate out this functionality into core. Change-Id: Ib944eeacc991bb1de464c9e73ee409fc7a689ff1 BUG: 1022995 Signed-off-by: Raghavendra G Reviewed-on: http://review.gluster.org/6152 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- libglusterfs/src/common-utils.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'libglusterfs/src/common-utils.h') diff --git a/libglusterfs/src/common-utils.h b/libglusterfs/src/common-utils.h index b50d3ac38..05e4d5b34 100644 --- a/libglusterfs/src/common-utils.h +++ b/libglusterfs/src/common-utils.h @@ -619,4 +619,11 @@ gf_boolean_t gf_is_service_running (char *pidfile, int *pid); int gf_skip_header_section (int fd, int header_len); + +struct iatt; +struct _dict; + +inline gf_boolean_t +dht_is_linkfile (struct iatt *buf, struct _dict *dict); + #endif /* _COMMON_UTILS_H */ -- cgit