summaryrefslogtreecommitdiffstats
path: root/xlators/mgmt/glusterd/src/glusterd-pmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/mgmt/glusterd/src/glusterd-pmap.h')
-rw-r--r--xlators/mgmt/glusterd/src/glusterd-pmap.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/xlators/mgmt/glusterd/src/glusterd-pmap.h b/xlators/mgmt/glusterd/src/glusterd-pmap.h
index 4bc4536f84e..6db616c3998 100644
--- a/xlators/mgmt/glusterd/src/glusterd-pmap.h
+++ b/xlators/mgmt/glusterd/src/glusterd-pmap.h
@@ -41,6 +41,7 @@
struct pmap_port_status {
int used;
char *brickname;
+ void *xprt;
};
struct pmap_registry {
@@ -50,7 +51,9 @@ struct pmap_registry {
};
int pmap_registry_alloc (xlator_t *this);
-int pmap_registry_bind (xlator_t *this, int port, const char *brickname);
-int pmap_registry_remove (xlator_t *this, int port, const char *brickname);
+int pmap_registry_bind (xlator_t *this, int port, const char *brickname,
+ void *xprt);
+int pmap_registry_remove (xlator_t *this, int port, const char *brickname,
+ void *xprt);
#endif