diff options
Diffstat (limited to 'libglusterfs/src/glusterfs.h')
| -rw-r--r-- | libglusterfs/src/glusterfs.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/glusterfs.h b/libglusterfs/src/glusterfs.h index 2b26763644b..9aa3817228a 100644 --- a/libglusterfs/src/glusterfs.h +++ b/libglusterfs/src/glusterfs.h @@ -322,6 +322,8 @@ typedef struct _xlator_cmdline_option xlator_cmdline_option_t;  struct _server_cmdline {          struct list_head  list;          char              *volfile_server; +        char              *transport; +        int               port;  };  typedef struct _server_cmdline server_cmdline_t;  | 
