Motr  M0
cp_onwire.h
Go to the documentation of this file.
1 /* -*- C -*- */
2 /*
3  * Copyright (c) 2013-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_CM_CP_ONWIRE_H__
26 #define __MOTR_CM_CP_ONWIRE_H__
27 
28 #include "lib/bitmap.h" /* m0_bitmap */
29 #include "lib/bitmap_xc.h" /* m0_bitmap_xc */
30 #include "ioservice/io_fops.h" /* m0_io_descs */
31 #include "ioservice/io_fops_xc.h" /* m0_io_descs_xc */
32 #include "cm/ag.h" /* m0_cm_ag_id */
33 #include "cm/ag_xc.h" /* m0_cm_ag_id_xc */
34 
36 struct m0_cpx {
38  uint32_t cpx_prio;
39 
45 
47  uint64_t cpx_ag_cp_idx;
48 
51 
54 
60 } M0_XCA_RECORD M0_XCA_DOMAIN(rpc);
61 
63 struct m0_cpx_reply {
64  int32_t cr_rc;
65 } M0_XCA_RECORD M0_XCA_DOMAIN(rpc);
66 
67 #endif /* __MOTR_CM_CP_ONWIRE_H__ */
68 /*
69  * Local variables:
70  * c-indentation-style: "K&R"
71  * c-basic-offset: 8
72  * tab-width: 8
73  * fill-column: 80
74  * scroll-step: 1
75  * End:
76  */
uint32_t cpx_prio
Definition: cp_onwire.h:38
uint64_t m0_time_t
Definition: time.h:37
int32_t cr_rc
Definition: cp_onwire.h:64
m0_time_t cpx_epoch
Definition: cp_onwire.h:59
struct m0_io_descs cpx_desc
Definition: cp_onwire.h:53
struct m0_bitmap_onwire cpx_bm
Definition: cp_onwire.h:50
uint64_t cpx_ag_cp_idx
Definition: cp_onwire.h:47
struct m0_cpx M0_XCA_DOMAIN(rpc)
Definition: ag.h:49
struct m0_cm_ag_id cpx_ag_id
Definition: cp_onwire.h:44