summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-snapd-svc.h
diff options
context:
space:
mode:
authorPurna Pavan Chandra Aekkaladevi <paekkala@redhat.com>2019-09-23 15:36:16 +0530
committerAtin Mukherjee <amukherj@redhat.com>2019-10-14 04:27:19 +0000
commitd003ff64778b4d729cec417bfe8f56140806b07d (patch)
tree208ae96704b6b99ed8d16f3d4ac7ac731798bf94 /xlators/mgmt/glusterd/src/glusterd-snapd-svc.h
parent1004f959ca3b3697f2759f929ca4c11537f6c488 (diff)
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 <paekkala@redhat.com>
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-snapd-svc.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-snapd-svc.h2
1 files changed, 1 insertions, 1 deletions
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