From d003ff64778b4d729cec417bfe8f56140806b07d Mon Sep 17 00:00:00 2001 From: Purna Pavan Chandra Aekkaladevi Date: Mon, 23 Sep 2019 15:36:16 +0530 Subject: glusterd: Re-alignment of structure attributes in glusterd. Structures defined in few files of glusterd src have been modified into memory efficient manner. Change-Id: Ie712b41cc74b04d5169bfd2402bff3b9c0d8c95b Updates: bz#1754448 Signed-off-by: Purna Pavan Chandra Aekkaladevi --- xlators/mgmt/glusterd/src/glusterd-snapd-svc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/mgmt/glusterd/src/glusterd-snapd-svc.h') diff --git a/xlators/mgmt/glusterd/src/glusterd-snapd-svc.h b/xlators/mgmt/glusterd/src/glusterd-snapd-svc.h index c95e4cc7661..e15dbf54315 100644 --- a/xlators/mgmt/glusterd/src/glusterd-snapd-svc.h +++ b/xlators/mgmt/glusterd/src/glusterd-snapd-svc.h @@ -17,8 +17,8 @@ typedef struct glusterd_snapdsvc_ glusterd_snapdsvc_t; struct glusterd_snapdsvc_ { glusterd_svc_t svc; - int port; gf_store_handle_t *handle; + int port; }; void -- cgit