diff options
Diffstat (limited to 'rpc/xdr/src/cli1-xdr.h')
| -rw-r--r-- | rpc/xdr/src/cli1-xdr.h | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/rpc/xdr/src/cli1-xdr.h b/rpc/xdr/src/cli1-xdr.h index e1cb34dc9..815384e80 100644 --- a/rpc/xdr/src/cli1-xdr.h +++ b/rpc/xdr/src/cli1-xdr.h @@ -140,7 +140,9 @@ enum gf1_cli_stats_op {  	GF_CLI_STATS_START = 1,  	GF_CLI_STATS_STOP = 2,  	GF_CLI_STATS_INFO = 3, -	GF_CLI_STATS_TOP = 4, +	GF_CLI_STATS_INFO_INCREMENTAL = 4, +	GF_CLI_STATS_INFO_CUMULATIVE = 5, +	GF_CLI_STATS_TOP = 6  };  typedef enum gf1_cli_stats_op gf1_cli_stats_op;  | 
