Motr  M0
conf_mgmt.h
Go to the documentation of this file.
1 /* -*- C -*- */
2 /*
3  * Copyright (c) 2015-2020 Seagate Technology LLC and/or its Affiliates
4  *
5  * Licensed under the Apache License, Version 2.0 (the "License");
6  * you may not use this file except in compliance with the License.
7  * You may obtain a copy of the License at
8  *
9  * http://www.apache.org/licenses/LICENSE-2.0
10  *
11  * Unless required by applicable law or agreed to in writing, software
12  * distributed under the License is distributed on an "AS IS" BASIS,
13  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14  * See the License for the specific language governing permissions and
15  * limitations under the License.
16  *
17  * For any questions about this software or licensing,
18  * please email opensource@seagate.com or cortx-questions@seagate.com.
19  *
20  */
21 
22 
23 #pragma once
24 
25 #ifndef __MOTR_SPIEL_FOPS_H__
26 #define __MOTR_SPIEL_FOPS_H__
27 
28 
29 #include "lib/types.h"
30 #include "xcode/xcode_attr.h"
31 #include "lib/buf.h"
32 #include "lib/buf_xc.h"
33 #include "fid/fid_xc.h" /* m0_fid_xc */
34 #include "lib/types_xc.h" /* m0_uint128_xc */
35 #include "fop/fop.h" /* m0_fop */
36 #include "rpc/bulk.h" /* m0_rpc_bulk */
37 #include "net/net_otw_types.h" /* m0_net_buf_desc_data */
38 
57  char *wlc_rm_addr;
58  struct m0_fid wlc_rm_fid;
77  int32_t wlc_rc;
78 };
79 
98  /* Error status */
102 };
103 
105 /* __MOTR_SPIEL_FOPS_H__ */
106 #endif
107 
108 /*
109  * Local variables:
110  * c-indentation-style: "K&R"
111  * c-basic-offset: 8
112  * tab-width: 8
113  * fill-column: 80
114  * scroll-step: 1
115  * End:
116  */
struct m0_semaphore wlc_sem
Definition: conf_mgmt.h:65
struct m0_rpc_session wlc_sess
Definition: conf_mgmt.h:56
struct m0_rpc_conn wlc_conn
Definition: conf_mgmt.h:55
struct m0_rpc_session slc_session
Definition: conf_mgmt.h:97
struct m0_fop slc_flip_fop
Definition: conf_mgmt.h:91
struct m0_rm_domain wlc_dom
Definition: conf_mgmt.h:70
struct m0_rw_lockable wlc_rwlock
Definition: conf_mgmt.h:59
struct m0_fop slc_load_fop
Definition: conf_mgmt.h:89
struct m0_rpc_bulk slc_rbulk
Definition: conf_mgmt.h:93
struct m0_rm_resource_type wlc_rt
Definition: conf_mgmt.h:75
struct m0_rpc_machine * wlc_rmach
Definition: conf_mgmt.h:54
struct m0_rm_incoming wlc_req
Definition: conf_mgmt.h:63
struct m0_fid wlc_owner_fid
Definition: conf_mgmt.h:61
struct m0_fid wlc_rm_fid
Definition: conf_mgmt.h:58
char * wlc_rm_addr
Definition: conf_mgmt.h:57
struct m0_rpc_conn slc_connect
Definition: conf_mgmt.h:95
struct m0_rm_owner wlc_owner
Definition: conf_mgmt.h:60
Definition: fid.h:38
struct m0_rm_remote wlc_creditor
Definition: conf_mgmt.h:62
Definition: fop.h:79