diff options
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.h')
| -rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 5 | 
1 files changed, 5 insertions, 0 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index 3f77c9e9c15..c4749431255 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -415,6 +415,11 @@ struct gf1_cli_gsync_set_rsp {          int op_ret;          int op_errno;          char *op_errstr; +        int   type; +        char *op_name; +        char *master; +        char *slave; +        char *gsync_prefix;  };  typedef struct gf1_cli_gsync_set_rsp gf1_cli_gsync_set_rsp;  | 
