diff options
author | Csaba Henk <csaba@gluster.com> | 2010-09-15 08:11:19 +0000 |
---|---|---|
committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-16 23:07:48 -0700 |
commit | e690af8375f55bf8d8e56a0334cc9bd88867326e (patch) | |
tree | 31aa2110700f89c4620aee00b746317b3f26316b /rpc | |
parent | 202761d052d2faa2c92b23c5afc32c27853b11ad (diff) |
cli: added system:: getspec
Signed-off-by: Csaba Henk <csaba@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1570 (geosync related changes)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1570
Diffstat (limited to 'rpc')
-rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index c18f468c2..4bb32a590 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -127,6 +127,7 @@ enum gf_cli_procnum { GF1_CLI_LOG_FILENAME, GF1_CLI_LOG_LOCATE, GF1_CLI_LOG_ROTATE, + GF1_CLI_GETSPEC, GF1_CLI_MAXVALUE, }; |