From f3132b97df6cb22d7fe6ba4d26e119200a3b70d6 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Wed, 15 Feb 2017 23:30:15 +0530 Subject: daemon: fix minor bugs Reported-by: Pranith Kumar K Signed-off-by: Prasanna Kumar Kalever --- utils/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/common.h b/utils/common.h index 273c0fe..7cac49a 100644 --- a/utils/common.h +++ b/utils/common.h @@ -31,6 +31,7 @@ # define GB_STOREDIR "/block-store" # define GB_TXLOCKFILE "meta.lock" +# define SUN_PATH_MAX (sizeof(struct sockaddr_un) - sizeof(unsigned short int)) /*sun_family*/ ssize_t glusterBlockCreateParseSize(char *value); -- cgit