diff options
| author | Venky Shankar <venky@gluster.com> | 2011-04-25 03:10:01 +0000 | 
|---|---|---|
| committer | Anand Avati <avati@gluster.com> | 2011-05-20 11:01:49 -0700 | 
| commit | 2cd8411a0278f98ed820aad3e482de079d0540c0 (patch) | |
| tree | 66cd9fa15fe8d269277b41469c3f45a12f59c24b /rpc/rpc-lib/src | |
| parent | 03c58c782d99440a5947289d0ff216bca8ef7c57 (diff) | |
cli log level command and per translator log level
Signed-off-by: Venky Shankar <venky@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2714 (implement cli log level command)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2714
Diffstat (limited to 'rpc/rpc-lib/src')
| -rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index a54c29fc55a..83ea1fc81c1 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -108,6 +108,7 @@ enum gf_mgmt_procnum_ {          GD_MGMT_CLI_GSYNC_SET,          GD_MGMT_CLI_PROFILE_VOLUME,          GD_MGMT_BRICK_OP, +        GD_MGMT_CLI_LOG_LEVEL,          GD_MGMT_MAXVALUE,  }; @@ -199,6 +200,7 @@ enum gluster_cli_procnum {          GLUSTER_CLI_QUOTA,          GLUSTER_CLI_TOP_VOLUME,          GLUSTER_CLI_GETWD, +        GLUSTER_CLI_LOG_LEVEL,          GLUSTER_CLI_MAXVALUE,  };  | 
