diff options
Diffstat (limited to 'rpc')
| -rw-r--r-- | rpc/rpc-lib/src/protocol-common.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/rpc/rpc-lib/src/protocol-common.h b/rpc/rpc-lib/src/protocol-common.h index b46f3b988..a84c1eb78 100644 --- a/rpc/rpc-lib/src/protocol-common.h +++ b/rpc/rpc-lib/src/protocol-common.h @@ -162,6 +162,13 @@ enum gf_probe_resp {          GF_PROBE_VOLUME_CONFLICT  }; +enum gf_deprobe_resp { +        GF_DEPROBE_SUCCESS, +        GF_DEPROBE_LOCALHOST, +        GF_DEPROBE_NOT_FRIEND, +        GF_DEPROBE_BRICK_EXIST +}; +  enum gf_cbk_procnum {          GF_CBK_NULL = 0,          GF_CBK_FETCHSPEC,  | 
