diff options
| author | Amar Tumballi <amar@gluster.com> | 2011-06-08 09:18:43 +0000 | 
|---|---|---|
| committer | Anand Avati <avati@gluster.com> | 2011-06-08 11:19:17 -0700 | 
| commit | c9f61338fadc69ad1da6f8100fe0c37057d622a0 (patch) | |
| tree | 040f6020253ca76aecaad3f8bb7fd22a419823b2 /libglusterfs/src/glusterfs.h | |
| parent | 84eca97a940fc1cad339e9238528c29cfcf9ac42 (diff) | |
fix multiple transport related portmap issues in client handshake
Signed-off-by: Amar Tumballi <amar@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2294 (Currently there is no way through cli to make a volume listen on both the transports (socket/rdma))
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2294
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 56b5e2b9c..72f481147 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -297,6 +297,7 @@ struct _cmd_args {          /* required for portmap */          int             brick_port;          char           *brick_name; +        int             brick_port2;  };  typedef struct _cmd_args cmd_args_t;  | 
