diff options
Diffstat (limited to 'xlators/protocol/lib/src/glusterd1.x')
-rw-r--r-- | xlators/protocol/lib/src/glusterd1.x | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/xlators/protocol/lib/src/glusterd1.x b/xlators/protocol/lib/src/glusterd1.x deleted file mode 100644 index 935fde4ef..000000000 --- a/xlators/protocol/lib/src/glusterd1.x +++ /dev/null @@ -1,87 +0,0 @@ - - struct gd1_mgmt_probe_req { - unsigned char uuid[16]; - string hostname<>; -} ; - - struct gd1_mgmt_probe_rsp { - unsigned char uuid[16]; - string hostname<>; -} ; - -struct gd1_mgmt_friend_req { - unsigned char uuid[16]; - string hostname<>; -} ; - -struct gd1_mgmt_friend_rsp { - unsigned char uuid[16]; - string hostname<>; - int op_ret; - int op_errno; -} ; - -struct gd1_mgmt_unfriend_req { - unsigned char uuid[16]; - string hostname<>; -} ; - -struct gd1_mgmt_unfriend_rsp { - unsigned char uuid[16]; - string hostname<>; - int op_ret; - int op_errno; -} ; - -struct gd1_mgmt_cluster_lock_req { - unsigned char uuid[16]; -} ; - -struct gd1_mgmt_cluster_lock_rsp { - unsigned char uuid[16]; - int op_ret; - int op_errno; -} ; - -struct gd1_mgmt_cluster_unlock_req { - unsigned char uuid[16]; -} ; - -struct gd1_mgmt_cluster_unlock_rsp { - unsigned char uuid[16]; - int op_ret; - int op_errno; -} ; - -struct gd1_mgmt_stage_op_req { - unsigned char uuid[16]; - int op; - opaque buf<>; -} ; - - -struct gd1_mgmt_stage_op_rsp { - unsigned char uuid[16]; - int op; - int op_ret; - int op_errno; -} ; - -struct gd1_mgmt_commit_op_req { - unsigned char uuid[16]; - int op; - opaque buf<>; -} ; - - -struct gd1_mgmt_commit_op_rsp { - unsigned char uuid[16]; - int op; - int op_ret; - int op_errno; -} ; - - - - - |