diff options
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.h')
| -rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index b2060e187..50a26760a 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -43,6 +43,7 @@ typedef enum gf1_cli_get_volume gf1_cli_get_volume;  struct gf1_cli_probe_req {  	char *hostname; +        int port;  };  typedef struct gf1_cli_probe_req gf1_cli_probe_req; @@ -50,11 +51,13 @@ struct gf1_cli_probe_rsp {  	int op_ret;  	int op_errno;  	char *hostname; +        int port;  };  typedef struct gf1_cli_probe_rsp gf1_cli_probe_rsp;  struct gf1_cli_deprobe_req {  	char *hostname; +        int port;  };  typedef struct gf1_cli_deprobe_req gf1_cli_deprobe_req;  | 
