From 149c72ca069fd5c1fb8960607d7443536995d235 Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Tue, 19 Sep 2017 08:43:43 +0530 Subject: socket: switch to MT-safe get host addr info This was fixed in an attempt to clean the sockfd leaks Change-Id: Icd82635134050c83167a48b451b347f5c2b9bf39 Signed-off-by: Prasanna Kumar Kalever Signed-off-by: Pranith Kumar K --- utils/utils.h | 1 + 1 file changed, 1 insertion(+) (limited to 'utils') diff --git a/utils/utils.h b/utils/utils.h index ce1ef52..bd073ad 100644 --- a/utils/utils.h +++ b/utils/utils.h @@ -31,6 +31,7 @@ # define GB_LOCK_FILE GB_INFODIR "/gluster-blockd.lock" # define GB_UNIX_ADDRESS GB_INFODIR "/gluster-blockd.socket" # define GB_TCP_PORT 24010 +# define GB_TCP_PORT_STR "24010" # define GFAPI_LOG_LEVEL 7 -- cgit